C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the LogitBoost algorithm. This class is associated with daal::algorithms::logitboost::prediction::interface1::Batch class and supports method to compute LogitBoost prediction. More...
algorithmFPType | Data type to use in intermediate computations for the LogitBoost, double or float |
method | LogitBoost computation method, Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for LogitBoost model-based prediction with a specified environment
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
services::Status compute | ( | ) |
Computes the result of LogitBoost model-based prediction
For more complete information about compiler optimizations, see our Optimization Notice.