C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to access final results obtained with the compute() method of the LogitBoost 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 the LogitBoost training algorithm
[in] | input | Input of the LogitBoost training algorithm |
[in] | parameter | Parameters of the algorithm |
[in] | method | LogitBoost computation method |
daal::algorithms::logitboost::ModelPtr get | ( | classifier::training::ResultId | id | ) | const |
Returns the model trained with the LogitBoost algorithm
[in] | id | Identifier of the result, classifier::training::ResultId |
For more complete information about compiler optimizations, see our Optimization Notice.