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

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

Contains a class for model-based training.

Namespaces

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

Enumerations

enum  Method { xboost = 0, defaultDense = 0 }
 Computation methods for gradient boosted trees classification model-based training. More...
 
enum  LossFunctionType
 Loss function type. More...
 
enum  InputId { data = algorithms::regression::training::data, dependentVariable = algorithms::regression::training::dependentVariables }
 Available identifiers of input objects for model-based training. More...
 
enum  ResultId { model = algorithms::regression::training::model }
 Available identifiers of the result of model-based training. More...
 

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