public class HMMStateArc
extends java.lang.Object
All probabilities are maintained in linear base
| Constructor and Description |
|---|
HMMStateArc(HMMState hmmState,
float probability)
Constructs an HMMStateArc
|
| Modifier and Type | Method and Description |
|---|---|
HMMState |
getHMMState()
Gets the HMM associated with this state
|
float |
getLogProbability()
Gets log transition probability
|
java.lang.String |
toString()
returns a string representation of the arc
|
public HMMStateArc(HMMState hmmState, float probability)
hmmState - destination state for this arcprobability - the probability for this transitionpublic HMMState getHMMState()
public float getLogProbability()
public java.lang.String toString()
toString in class java.lang.Object