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