Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Trains a model of the AdaBoost algorithm in the batch processing mode. More...
TrainingBatch | ( | DaalContext | context, |
TrainingBatch | other | ||
) |
Constructs the AdaBoost training algorithm by copying input objects and parameters of another AdaBoost training algorithm
context | Context to manage AdaBoost training |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
TrainingBatch | ( | DaalContext | context, |
Class<?extends Number > | cls, | ||
TrainingMethod | method | ||
) |
Constructs the AdaBoost training algorithm
context | Context to manage AdaBoost training |
cls | Data type to use in intermediate computations for AdaBoost training, Double.class or Float.class |
method | AdaBoost training method, TrainingMethod |
TrainingBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated AdaBoost training algorithm with a copy of input objects and parameters of this AdaBoost training algorithm
context | Context to manage AdaBoost training |
TrainingResult compute | ( | ) |
Trains a model of the AdaBoost algorithm
TrainingMethod method |
Training method for the algorithm
Parameter parameter |
Parameters of the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.