|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcc.mallet.fst.TransducerTrainer
cc.mallet.fst.ShallowTransducerTrainer
public class ShallowTransducerTrainer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class cc.mallet.fst.TransducerTrainer |
|---|
TransducerTrainer.ByIncrements, TransducerTrainer.ByInstanceIncrements, TransducerTrainer.ByOptimization |
| Constructor Summary | |
|---|---|
ShallowTransducerTrainer(Transducer transducer)
|
|
| Method Summary | |
|---|---|
int |
getIteration()
|
Transducer |
getTransducer()
|
boolean |
isFinishedTraining()
|
boolean |
train(InstanceList trainingSet,
int numIterations)
Train the transducer associated with this TransducerTrainer. |
| Methods inherited from class cc.mallet.fst.TransducerTrainer |
|---|
addEvaluator, addEvaluators, removeEvaluator, runEvaluators, train |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShallowTransducerTrainer(Transducer transducer)
| Method Detail |
|---|
public int getIteration()
getIteration in class TransducerTrainerpublic Transducer getTransducer()
getTransducer in class TransducerTrainerpublic boolean isFinishedTraining()
isFinishedTraining in class TransducerTrainer
public boolean train(InstanceList trainingSet,
int numIterations)
TransducerTrainer
train in class TransducerTrainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||