C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class containing methods to compute naive Bayes training results. More...
algorithmFPType | Data type to use in intermediate computations for the naive Bayes training algorithm, double or float |
method | Naive Bayes computation method, Method |
DAAL_DEPRECATED BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for multinomial naive Bayes model-based training with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
DAAL_DEPRECATED ~BatchContainer | ( | ) |
Default destructor
DAAL_DEPRECATED services::Status compute | ( | ) |
Computes the result of multinomial naive Bayes model-based training in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.