C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

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

◆ getXTXTable()

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

◆ getXTYTable()

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.