Package cc.mallet.fst
Class TransducerTrainer.ByInstanceIncrements
- java.lang.Object
-
- cc.mallet.fst.TransducerTrainer
-
- cc.mallet.fst.TransducerTrainer.ByIncrements
-
- 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
Constructors Constructor Description ByInstanceIncrements()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
trainIncremental
public abstract boolean trainIncremental(Instance trainingInstance)
-
-