cc.mallet.fst
Class TransducerTrainer.ByInstanceIncrements

java.lang.Object
  extended by cc.mallet.fst.TransducerTrainer
      extended by cc.mallet.fst.TransducerTrainer.ByIncrements
          extended by cc.mallet.fst.TransducerTrainer.ByInstanceIncrements
Direct Known Subclasses:
CRFTrainerByStochasticGradient
Enclosing class:
TransducerTrainer

public abstract static class TransducerTrainer.ByInstanceIncrements
extends TransducerTrainer.ByIncrements


Nested Class Summary
 
Nested classes/interfaces inherited from class cc.mallet.fst.TransducerTrainer
TransducerTrainer.ByIncrements, TransducerTrainer.ByInstanceIncrements, TransducerTrainer.ByOptimization
 
Constructor Summary
TransducerTrainer.ByInstanceIncrements()
           
 
Method Summary
abstract  boolean trainIncremental(Instance trainingInstance)
           
 
Methods inherited from class cc.mallet.fst.TransducerTrainer.ByIncrements
trainIncremental
 
Methods inherited from class cc.mallet.fst.TransducerTrainer
addEvaluator, addEvaluators, getIteration, getTransducer, isFinishedTraining, removeEvaluator, runEvaluators, train, train
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransducerTrainer.ByInstanceIncrements

public TransducerTrainer.ByInstanceIncrements()
Method Detail

trainIncremental

public abstract boolean trainIncremental(Instance trainingInstance)