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

References | Classes
Linear Regression

Contains classes of the linear regression algorithm. More...

References

 Prediction
 Contains a class for making linear regression model-based prediction.
 
 Quality Metrics
 Contains classes to check the quality of the model trained with the linear regression algorithm.
 
 Training
 Contains a class for linear regression model-based training.
 

Classes

struct  Parameter
 Parameters for the linear regression algorithm. More...
 
class  ModelBuilder< modelFPType >
 Class for building model of the linear regression algorithm More...
 
class  ModelNormEq
 Model trained with the linear regression algorithm using the normal equations method More...
 
class  ModelQR
 Model trained with the linear regression algorithm using the QR decomposition-based method More...
 

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