|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.fst.CRF.Factors.WeightedIncrementor
public class CRF.Factors.WeightedIncrementor
Constructor Summary | |
---|---|
CRF.Factors.WeightedIncrementor(double instanceWeight)
|
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 CRF.Factors.WeightedIncrementor(double instanceWeight)
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 |