Uses of Class
cc.mallet.classify.NaiveBayesTrainer
-
Packages that use NaiveBayesTrainer Package Description cc.mallet.classify Classes for training and classifying instances. -
-
Uses of NaiveBayesTrainer in cc.mallet.classify
Methods in cc.mallet.classify that return NaiveBayesTrainer Modifier and Type Method Description NaiveBayesTrainer
NaiveBayesTrainer.Factory. newClassifierTrainer(Classifier initialClassifier)
NaiveBayesTrainer
NaiveBayesTrainer. setDocLengthNormalization(double d)
NaiveBayesTrainer
NaiveBayesTrainer. setFeatureMultinomialEstimator(Multinomial.Estimator me)
Set the Multinomial Estimator used for features.NaiveBayesTrainer
NaiveBayesTrainer. setPriorMultinomialEstimator(Multinomial.Estimator me)
Set the Multinomial Estimator used for priors.
-