C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
BatchContainer< algorithmFPType, pmethod, tmethod, cpu > Class Template Reference

Provides methods to run implementations of the multi-class classifier prediction algorithm. More...

Class Declaration

template<typename algorithmFPType, prediction::Method pmethod, training::Method tmethod, CpuType cpu>
class daal::algorithms::multi_class_classifier::prediction::interface2::BatchContainer< algorithmFPType, pmethod, tmethod, cpu >

Template Parameters
algorithmFPTypeData type to use in intermediate computations for the multi-class classifier algorithm, double or float
pmethodComputation method for the algorithm, prediction::Method
tmethodComputation method that was used to train the multi-class classifier model, training::Method

Constructor & Destructor Documentation

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

Parameters
[in]daalEnvEnvironment object

Default destructor

Member Function Documentation

services::Status compute ( )

Computes the result of multi-class classifier model-based prediction in the batch processing mode

Returns
Status of computation

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.