C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Result Class Reference

Provides methods to access final results obtained with compute() method of Batch or finalizeCompute() method of Online and Distributed weak learners algorithms. More...

Class Declaration

Member Function Documentation

daal::algorithms::weak_learner::ModelPtr get ( classifier::training::ResultId  id) const

Returns the model trained with the weak learner algorithm

Parameters
[in]idIdentifier of the result, classifier::training::ResultId
Returns
Model trained with the weak learner algorithm
void set ( classifier::training::ResultId  id,
daal::algorithms::weak_learner::ModelPtr &  value 
)

Sets the result of the training stage of the weak learner algorithm

Parameters
[in]idIdentifier of the result, classifier::training::ResultId
[in]valuePointer to the training result

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.