C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to access final results obtained with compute() method of Batch or finalizeCompute() method of Online and Distributed weak learners algorithms. More...
daal::algorithms::weak_learner::ModelPtr get | ( | classifier::training::ResultId | id | ) | const |
Returns the model trained with the weak learner algorithm
[in] | id | Identifier of the result, classifier::training::ResultId |
void set | ( | classifier::training::ResultId | id, |
daal::algorithms::weak_learner::ModelPtr & | value | ||
) |
Sets the result of the training stage of the weak learner algorithm
[in] | id | Identifier of the result, classifier::training::ResultId |
[in] | value | Pointer to the training result |
For more complete information about compiler optimizations, see our Optimization Notice.