C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods to access final results obtained with the compute() method of the AdaBoost training algorithm in the batch processing mode. More...
| DAAL_EXPORT services::Status allocate | ( | const daal::algorithms::Input * | input, |
| const daal::algorithms::Parameter * | parameter, | ||
| const int | method | ||
| ) |
Allocates memory to store final results of AdaBoost training
| [in] | input | Input of the AdaBoost training algorithm |
| [in] | parameter | Parameters of the algorithm |
| [in] | method | AdaBoost computation method |
| daal::algorithms::adaboost::ModelPtr get | ( | classifier::training::ResultId | id | ) | const |
Returns the model trained with the AdaBoost algorithm
| [in] | id | Identifier of the result, classifier::training::ResultId |
For more complete information about compiler optimizations, see our Optimization Notice.