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