Uses of Class
cc.mallet.classify.NaiveBayesTrainer

Packages that use NaiveBayesTrainer
cc.mallet.classify Classes for training and classifying instances. 
 

Uses of NaiveBayesTrainer in cc.mallet.classify
 

Methods in cc.mallet.classify that return NaiveBayesTrainer
 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.