Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Base class for training the weak learner model in the batch processing mode. More...
TrainingBatch | ( | DaalContext | context, |
TrainingBatch | other | ||
) |
Constructs algorithm for training the weak learner model by copying input objects and parameters of another algorithm
context | Context to manage the weak learner algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
TrainingBatch | ( | DaalContext | context | ) |
Constructs algorithm for training the weak learner model
context | Context to manage the weak learner algorithm |
TrainingBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated algorithm for training the weak learner model with a copy of input objects and parameters of this algorithm
context | Context to manage the weak learner algorithm |
TrainingResult compute | ( | ) |
Trains the weak learner model
For more complete information about compiler optimizations, see our Optimization Notice.