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