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

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

Contains a class for regression model-based training.

Namespaces

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

Enumerations

enum  InputId { data = 0, dependentVariables = 1, weights = 4 }
 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

weights 

Optional. Weights of the observations in the training data set. Some values are skipped for backward compatibility.

enum ResultId

Enumerator
model 

Regression model

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