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