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

List of all members
BatchContainer< algorithmFPType, method > Class Template Reference

Provides methods to run implementations of the objective function with precomputed characteristics. More...

Class Declaration

template<typename algorithmFPType, Method method>
class daal::algorithms::optimization_solver::precomputed::interface1::BatchContainer< algorithmFPType, method >

Deprecated:
This item will be removed in a future release.

This class is associated with the Batch class and supports the method of computing the objective function with precomputed characteristics in the batch processing mode

Template Parameters
algorithmFPTypeData type to use in intermediate computations for the objective function with precomputed characteristics, double or float
methodThe objective function with precomputed characteristics method

Constructor & Destructor Documentation

DAAL_DEPRECATED BatchContainer ( daal::services::Environment::env *  daalEnv)
inline

Constructs a container for the objective function with precomputed characteristics with a specified environment in the batch processing mode

Parameters
[in]daalEnvEnvironment object

Member Function Documentation

virtual DAAL_DEPRECATED_VIRTUAL services::Status compute ( )
inlinevirtual

Runs implementations of the objective function with precomputed characteristics in the batch processing mode

Returns
Status of computations

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

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