C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Namespaces | Enumerations
daal::algorithms::multinomial_naive_bayes::training Namespace Reference

Contains classes for training the naive Bayes model.

Namespaces

 interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  Method { defaultDense = 0, fastCSR = 1 }
 
enum  Step2MasterInputId { partialModels }
 

Enumeration Type Documentation

enum Method

Available methods for computing the results of the naive Bayes algorithm

Enumerator
defaultDense 

Default Training method for the multinomial naive Bayes

fastCSR 

Training method for the multinomial naive Bayes with sparse data in CSR format

Available identifiers of the step 2 input

Enumerator
partialModels 

Collection of partial models trained on local nodes

For more complete information about compiler optimizations, see our Optimization Notice.