Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Available methods for training gradient boosted trees classification models. More...
TrainingMethod | ( | int | value | ) |
Constructs the training method object using the provided value
value | Value corresponding to the training method object |
Static Public Attributes | |
static final TrainingMethod | defaultDense = new TrainingMethod(defaultDenseId) |
int getValue | ( | ) |
Returns the value corresponding to the training method object
|
static |
Default method. Second-order approximation of objective function, regularization on number of leaves and their weights), Chen et al.
For more complete information about compiler optimizations, see our Optimization Notice.