| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcc.mallet.fst.HMM.WeightedIncrementor
public class HMM.WeightedIncrementor
| Constructor Summary | |
|---|---|
| HMM.WeightedIncrementor(double wt) | |
| Method Summary | |
|---|---|
|  void | incrementFinalState(Transducer.State s,
                    double count) | 
|  void | incrementInitialState(Transducer.State s,
                      double count) | 
|  void | incrementTransition(Transducer.TransitionIterator ti,
                    double count) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HMM.WeightedIncrementor(double wt)
| Method Detail | 
|---|
public void incrementFinalState(Transducer.State s,
                                double count)
incrementFinalState in interface Transducer.Incrementor
public void incrementInitialState(Transducer.State s,
                                  double count)
incrementInitialState in interface Transducer.Incrementor
public void incrementTransition(Transducer.TransitionIterator ti,
                                double count)
incrementTransition in interface Transducer.Incrementor| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||