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