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

Namespaces | Enumerations
daal::algorithms::linear_regression::training Namespace Reference

Contains a class for linear regression model-based training.

Namespaces

 interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  Method { defaultDense = 0, normEqDense = 0, qrDense = 1 }
 Computation methods for linear regression model-based training. More...
 
enum  InputId { data = linear_model::training::data, dependentVariables = linear_model::training::dependentVariables }
 Available identifiers of input objects for linear regression model-based training. More...
 
enum  Step2MasterInputId { partialModels }
 Available identifiers of input objects for linear regression model-based training in the second step of the distributed processing mode. More...
 
enum  PartialResultID { partialModel }
 Available identifiers of a partial result of linear regression model-based training. More...
 
enum  ResultId { model = linear_model::training::model }
 Available identifiers of the result of linear regression model-based training. More...
 

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