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