C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the AdaBoost algorithm. More...
It is associated with daal::algorithms::adaboost::prediction::interface1::Batch class and supports method to compute AdaBoost prediction
algorithmFPType | Data type to use in intermediate computations for the AdaBoost, double or float |
method | AdaBoost computation method, Method |
DAAL_DEPRECATED BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for AdaBoost model-based prediction 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 prediction
For more complete information about compiler optimizations, see our Optimization Notice.