cc.mallet.fst
Class TransducerTrainer.ByIncrements

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

public abstract static class TransducerTrainer.ByIncrements
extends TransducerTrainer


Nested Class Summary
 
Nested classes/interfaces inherited from class cc.mallet.fst.TransducerTrainer
TransducerTrainer.ByIncrements, TransducerTrainer.ByInstanceIncrements, TransducerTrainer.ByOptimization
 
Constructor Summary
TransducerTrainer.ByIncrements()
           
 
Method Summary
abstract  boolean trainIncremental(InstanceList incrementalTrainingSet)
           
 
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.ByIncrements

public TransducerTrainer.ByIncrements()
Method Detail

trainIncremental

public abstract boolean trainIncremental(InstanceList incrementalTrainingSet)