Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Available methods for training LogitBoost 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 | friedman = new TrainingMethod(Friedman) |
int getValue | ( | ) |
Returns the value corresponding to the training method object
|
static |
Default method proposed by Friedman et al.
For more complete information about compiler optimizations, see our Optimization Notice.