Merge the statistics of another model into the current model.
Merge the statistics of another model into the current model.
MultinomialNaiveBayesModel
MultinomialNaiveBayesModel
Predict the label of the Instance, given the current Model.
Predict the label of the Instance, given the current Model.
the Example which needs a class predicted
a Double representing the class predicted
Update the model, depending on the Instance given for training.
Update the model, depending on the Instance given for training.
the updated Model
The Model used for the multinomial Naive Bayes. It contains the class statistics and the class feature statistics.