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