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