C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class containing methods to compute results of the SVM training. More...
algorithmFPType | Data type to use in intermediate computations for the SVM training algorithm, double or float |
method | SVM training computation method, daal::algorithms::svm::training::Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for SVM model-based training with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
services::Status compute | ( | ) |
Computes the result of SVM model-based training in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.