C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to run implementations of AdaBoost model-based training. It is associated with daal::algorithms::adaboost::training::Batch class and supports method to train AdaBoost model. More...
| algorithmFPType | Data type to use in intermediate computations for the AdaBoost, double or float |
| method | AdaBoost model training method, Method |
| BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for AdaBoost model-based training with a specified environment
| [in] | daalEnv | Environment object |
| ~BatchContainer | ( | ) |
Default destructor
| 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.