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

References | Namespaces | Classes | Enumerations

Contains classes for Gradient Boosted Trees models training. More...

References

 Batch
 

Namespaces

 daal::algorithms::gbt::classification::training
 Contains classes for Gradient Boosted Trees models training.
 
 daal::algorithms::gbt::classification::training::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

struct  Parameter
 Gradient Boosted Trees algorithm parameters. More...
 
class  Result
 Provides methods to access the result obtained with the compute() method of model-based training. More...
 

Enumerations

enum  Method { xboost = 0, defaultDense = 0 }
 Computation methods for gradient boosted trees classification model-based training. More...
 
enum  LossFunctionType
 Loss function type. More...
 

Enumeration Type Documentation

enum LossFunctionType

enum Method

Enumerator
xboost 

Extreme boosting (second-order approximation of objective function, regularization on number of leaves and their weights), Chen et al.

defaultDense 

Default training method

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