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