Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Predicts results of the decision stump classification. More...
PredictionBatch | ( | DaalContext | context, |
PredictionBatch | other | ||
) |
Constructs the decision stump prediction algorithm by copying input objects of another decision stump prediction algorithm
context | Context to manage the stump prediction algorithm |
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 decision stump prediction algorithm
context | Context to manage the stump prediction algorithm |
cls | Data type to use in intermediate computations for the decision stump prediction algorithm, Double.class or Float.class |
method | the decision stump prediction method, PredictionMethod |
PredictionBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated decision stump prediction algorithm with a copy of input objects and parameters of this decision stump prediction algorithm
context | Context to manage the stump prediction algorithm |
PredictionInput input |
Input data
PredictionMethod method |
Prediction method for the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.