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

List of all members
ModelQR Class Referenceabstract

Model trained with the linear regression algorithm using the QR decomposition-based method More...

Class Declaration

References

Member Function Documentation

virtual data_management::NumericTablePtr getQTYTable ( )
pure virtual

Returns a Numeric table that contains Q'*Y, where Q is the factor of QR decomposition for a data block, Y is the respective block of the matrix of responses

Returns
Numeric table that contains partial sums Q'*Y
virtual data_management::NumericTablePtr getRTable ( )
pure virtual

Returns a Numeric table that contains the R factor of QR decomposition

Returns
Numeric table that contains the R factor of QR decomposition

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

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