|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a single state in an HMM
Method Summary | |
HMM |
getHMM()
Gets the HMM associated with this state |
float |
getScore(Data data)
Gets the score for this HMM state |
int |
getState()
Gets the state |
HMMStateArc[] |
getSuccessors()
Retrieves the state of successor states for this state |
boolean |
isEmitting()
Determines if this HMMState is an emittting state |
boolean |
isExitState()
Determines if this state is an exit state of the HMM |
Method Detail |
public HMM getHMM()
public int getState()
public float getScore(Data data)
data
- the data to be scored
public boolean isEmitting()
public HMMStateArc[] getSuccessors()
public boolean isExitState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |