C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Provides methods to run implementations of the mean squared error objective function. This class is associated with the Batch class and supports the method of computing the Mean squared error objective function in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations for the Mean squared error objective function, double or float |
method | the mean squared error objective function computation method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the MSE objective function with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
|
virtual |
Default destructor
|
virtual |
Computes the result of the MSE objective function in the batch processing mode
Implements AlgorithmContainer< mode >.
For more complete information about compiler optimizations, see our Optimization Notice.