Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Predicts decision tree classification classification results. More...
PredictionBatch | ( | DaalContext | context, |
PredictionBatch | other | ||
) |
Constructs the decision tree classification prediction algorithm by copying input objects and parameters of another decision tree classification prediction algorithm
context | Context to manage decision tree classification 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 decision tree classification prediction algorithm
context | Context to manage decision tree classification prediction |
cls | Data type to use in intermediate computations for decision tree classification prediction, Double.class or Float.class |
method | decision tree classification prediction method, PredictionMethod |
PredictionBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated decision tree classification prediction algorithm with a copy of input objects and parameters of this decision tree classification prediction algorithm
context | Context to manage decision tree classification 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.