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