Contains a class for regression model-based training.
|
| interface1 |
| Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
|
enum | InputId { data = regression::training::data,
dependentVariables = regression::training::dependentVariables
} |
| Available identifiers of input objects for regression model-based training. More...
|
|
enum | ResultId { model = regression::training::model
} |
| Available identifiers of the result of regression model-based training. More...
|
|
◆ InputId
Enumerator |
---|
data | Input data table
|
dependentVariables | Values of the dependent variable for the input data
|
◆ ResultId
Enumerator |
---|
model | Regression model
|