Uses of Class
org.tribuo.classification.mnb.MultinomialNaiveBayesTrainer
Packages that use MultinomialNaiveBayesTrainer
Package
Description
Provides an implementation of multinomial naive bayes (i.e., naive bayes for non-negative count data).
-
Uses of MultinomialNaiveBayesTrainer in org.tribuo.classification.mnb
Classes in org.tribuo.classification.mnb that implement interfaces with type arguments of type MultinomialNaiveBayesTrainerModifier and TypeClassDescriptionclass
CLI options for a multinomial naive bayes model.Methods in org.tribuo.classification.mnb that return MultinomialNaiveBayesTrainer