C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
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 |
DAAL_DEPRECATED 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 |
DAAL_DEPRECATED ~BatchContainer | ( | ) |
Default destructor
DAAL_DEPRECATED services::Status compute | ( | ) |
Computes the result of multi-class classifier model-based prediction in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.