Uses of Interface
cc.mallet.classify.ClassifierTrainer.ByOptimization

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

Uses of ClassifierTrainer.ByOptimization in cc.mallet.classify
 

Classes in cc.mallet.classify that implement ClassifierTrainer.ByOptimization
 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 MaxEntPRTrainer
          Penalty (soft) version of Posterior Regularization (PR) for training MaxEnt.
 class MaxEntTrainer
          The trainer for a Maximum Entropy classifier.
 class RankMaxEntTrainer
          The trainer for a RankMaxEnt classifier.