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