C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Algorithm class for making predictions based on the SVM model More...
|
inline |
Default constructor
Constructs an SVM prediction algorithm by copying input objects and parameters of another SVM prediction algorithm
[in] | other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
|
inline |
Returns a pointer to the newly allocated SVM prediction algorithm with a copy of input objects and parameters of this SVM prediction algorithm
|
inlinevirtual |
Get input objects for the SVM prediction algorithm
Implements Batch.
|
inlinevirtual |
Returns method of the algorithm
InputType input |
Input objects of the algorithm
ParameterType parameter |
Parameter of the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.