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