C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the linear kernel function algorithm. This class is associated with the Batch class and supports the method for computing linear kernel functions in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations of kernel functions, double or float |
method | Computation method of the algorithm, Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the linear kernel function algorithm with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
|
virtual |
Computes the result of the linear kernel function algorithm in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.