Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Base class for making predictions based on the weak learner model. More...
PredictionBatch | ( | DaalContext | context, |
PredictionBatch | other | ||
) |
Constructs algorithm for making predictions based on 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 |
PredictionBatch | ( | DaalContext | context | ) |
Constructs algorithm for making predictions based on the weak learner model
context | Context to manage the weak learner algorithm |
PredictionBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated algorithm for making predictions based on the weak learner model with a copy of input objects and parameters of this algorithm
context | Context to manage the weak learner algorithm |
For more complete information about compiler optimizations, see our Optimization Notice.