C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

References | Namespaces | Classes | Enumerations

Contains a class for regression model-based training. More...

References

 Batch
 
 Online
 

Namespaces

 daal::algorithms::regression::training
 Contains a class for regression model-based training.
 
 daal::algorithms::regression::training::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Input
 Input objects for the regression model-based training More...
 
class  PartialResult
 Provides methods to access a partial result obtained with the compute() method of the regression model-based training in the online processing mode. More...
 
class  Result
 Provides methods to access the result obtained with the compute() method of the regression model-based training. More...
 

Enumerations

enum  InputId { data, dependentVariables }
 Available identifiers of input objects for regression model-based training. More...
 
enum  ResultId { model }
 Available identifiers of the result of regression model-based training. More...
 

Enumeration Type Documentation

enum InputId

Enumerator
data 

Input data table

dependentVariables 

Values of the dependent variable for the input data

enum ResultId

Enumerator
model 

Regression model

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