Uses of Interface
cc.mallet.fst.TransducerTrainer.ByOptimization

Packages that use TransducerTrainer.ByOptimization
cc.mallet.fst Transducers, including Conditional Random Fields (CRFs). 
 

Uses of TransducerTrainer.ByOptimization in cc.mallet.fst
 

Classes in cc.mallet.fst that implement TransducerTrainer.ByOptimization
 class CRFTrainerByL1LabelLikelihood
          CRF trainer that implements L1-regularization.
 class CRFTrainerByLabelLikelihood
          Unlike ClassifierTrainer, TransducerTrainer is not "stateless" between calls to train.
 class CRFTrainerByValueGradients
          A CRF trainer that can combine multiple objective functions, each represented by a Optmizable.ByValueGradient.