|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HMMState
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 |
---|
HMM getHMM()
int getState()
float getScore(Data data)
data
- the data to be scored
boolean isEmitting()
HMMStateArc[] getSuccessors()
boolean isExitState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |