Contains classes for training the naive Bayes model.
More...
|
class | PartialResult |
| Provides methods to access partial results obtained with the compute() method of the naive Bayes training algorithm in the online or distributed processing. More...
|
|
class | Result |
| Provides methods to access final results obtained with the compute() method of the naive Bayes training algorithm in the batch processing mode or with the finalizeCompute() method in the distributed or online processing mode. More...
|
|
class | DistributedInput |
| Input objects of the naive Bayes training algorithm in the distributed processing mode. More...
|
|
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
|