|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.linguist.acoustic.HMMStateArc
public class HMMStateArc
Represents a transition to single state in an HMM
All probabilities are maintained in linear base
Constructor Summary | |
---|---|
HMMStateArc(HMMState hmmState,
float probability)
Constructs an HMMStateArc |
Method Summary | |
---|---|
HMMState |
getHMMState()
Gets the HMM associated with this state |
float |
getLogProbability()
Gets log transition probability |
java.lang.String |
toString()
returns a string represntation of the arc |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HMMStateArc(HMMState hmmState, float probability)
hmmState
- destination state for this arcprobability
- the probability for this transitionMethod Detail |
---|
public HMMState getHMMState()
public float getLogProbability()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |