Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

Modules | Packages | Classes

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

Detailed Description

Modules

 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.
 

Packages

package  com.intel.daal.algorithms.linear_regression
 Contains classes for computing the result of the linear regression algorithm.
 

Classes

class  Model
 Base class for models trained by the linear regression training algorithm More...
 
class  ModelNormEq
 Model trained by the linear regression algorithm using the normal equations method More...
 
class  ModelQR
 Model trained by the linear regression algorithm using the QR decomposition-based method More...
 
class  Parameter
 Linear regression algorithm parameters. More...
 

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