C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the RBF kernel algorithm. This class is associated with the Batch class and supports the method for computing RBF 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 RBF kernel algorithm with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
|
virtual |
Computes the result of the RBF kernel algorithm in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.