Contains classes for training the naive Bayes model.
|
| interface1 |
| Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
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
|