C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class containing methods to train naive Bayes in the distributed processing mode. More...
DAAL_DEPRECATED DistributedContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for multinomial naive Bayes model-based training with a specified environment in the second step of the distributed processing mode
[in] | daalEnv | Environment object |
DAAL_DEPRECATED ~DistributedContainer | ( | ) |
Default destructor
DAAL_DEPRECATED services::Status compute | ( | ) |
Computes a partial result of naive Bayes model-based training in the second step of the distributed processing mode
DAAL_DEPRECATED services::Status finalizeCompute | ( | ) |
Computes the result of naive Bayes model-based training in the second step of the distributed processing mode
For more complete information about compiler optimizations, see our Optimization Notice.