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