C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the SVM algorithm. It is associated with the Prediction class and supports methods to run predictions based on the SVM model. More...
algorithmFPType | Data type to use in intermediate computations for the SVM prediction algorithm, double or float |
method | SVM model-based prediction method, Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for SVM model-based prediction with a specified environment
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
services::Status compute | ( | ) |
Computes the result of SVM model-based prediction
For more complete information about compiler optimizations, see our Optimization Notice.