C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
ModelNormEq Class Referenceabstract

Model trained with the linear regression algorithm using the normal equations method More...

Class Declaration

References

Member Function Documentation

virtual data_management::NumericTablePtr getXTXTable ( )
pure virtual

Returns a Numeric table that contains partial sums X'*X

Returns
Numeric table that contains partial sums X'*X
virtual data_management::NumericTablePtr getXTYTable ( )
pure virtual

Returns a Numeric table that contains partial sums X'*Y

Returns
Numeric table that contains partial sums X'*Y

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.