C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Provides methods to run implementations of the multi-class classifier prediction algorithm. More...
algorithmFPType | Data type to use in intermediate computations for the multi-class classifier algorithm, double or float |
pmethod | Computation method for the algorithm, prediction::Method |
tmethod | Computation method that was used to train the multi-class classifier model, training::Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for multi-class classifier model-based prediction with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
|
virtual |
Computes the result of multi-class classifier model-based prediction in the batch processing mode
Implements AlgorithmContainer< mode >.
For more complete information about compiler optimizations, see our Optimization Notice.