Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Predicts AdaBoost classification results. More...
PredictionBatch | ( | DaalContext | context, |
PredictionBatch | other | ||
) |
Constructs the AdaBoost prediction algorithm by copying input objects and parameters of another AdaBoost prediction algorithm
context | Context to manage AdaBoost prediction |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
PredictionBatch | ( | DaalContext | context, |
Class<? extends Number > | cls, | ||
PredictionMethod | method | ||
) |
Constructs the AdaBoost prediction algorithm
context | Context to manage AdaBoost prediction |
cls | Data type to use in intermediate computations for AdaBoost prediction, Double.class or Float.class |
method | AdaBoost prediction method, PredictionMethod |
PredictionBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated AdaBoost prediction algorithm with a copy of input objects and parameters of this AdaBoost prediction algorithm
context | Context to manage AdaBoost prediction |
PredictionInput input |
Input data
PredictionMethod method |
Prediction method for the algorithm
Parameter parameter |
Parameters of the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.