Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members

Algorithm class for predictions based on the SVM model More...

Class Constructor

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

Parameters
contextContext to manage created SVM prediction algorithm
otherAn 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

Parameters
contextContext to manage created SVM prediction algorithm
clsData type to use in intermediate computations for the SVM prediction, Double.class or Float.class
methodSVM prediction method, PredictionMethod

Detailed Description

References

Member Function Documentation

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

Parameters
contextContext to manage created SVM prediction algorithm
Returns
The newly allocated algorithm

Member Data Documentation

Input data

Prediction method for the algorithm

Parameter parameter

Parameters of the algorithm


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.