Uses of Interface
cc.mallet.classify.Boostable

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

Uses of Boostable in cc.mallet.classify
 

Classes in cc.mallet.classify that implement Boostable
 class BalancedWinnowTrainer
          An implementation of the training methods of a BalancedWinnow on-line classifier.
 class C45
          A C4.5 Decision Tree classifier.
 class C45Trainer
          A C4.5 decision tree learner, approximtely.
 class ConfidencePredictingClassifierTrainer
           
 class DecisionTreeTrainer
          A decision tree learner, roughly ID3, but only to a fixed given depth in all branches.
 class MaxEntGERangeTrainer
          Training of MaxEnt models with labeled features using Generalized Expectation Criteria.
 class MaxEntGETrainer
          Training of MaxEnt models with labeled features using Generalized Expectation Criteria.
 class MaxEntL1Trainer
           
 class MaxEntTrainer
          The trainer for a Maximum Entropy classifier.
 class MCMaxEntTrainer
          The trainer for a Maximum Entropy classifier.
 class NaiveBayesTrainer
          Class used to generate a NaiveBayes classifier from a set of training data.
 class RankMaxEntTrainer
          The trainer for a RankMaxEnt classifier.