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