|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.result.FrameStatistics
Contains statistics about a frame. Note that all scores are maintained in LogMath log base
Constructor Summary | |
FrameStatistics()
|
Method Summary | |
abstract float |
getBestScore()
Gets the best score for this frame |
abstract int |
getBestState()
Gets the best scoring hmm state for this frame |
abstract Unit |
getBestUnit()
Gets the unit that had the best score for this frame |
abstract Data |
getData()
Gets the feature associated with this frame |
abstract int |
getFrameNumber()
Gets the frame number |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FrameStatistics()
Method Detail |
public abstract int getFrameNumber()
public abstract Data getData()
public abstract float getBestScore()
public abstract Unit getBestUnit()
public abstract int getBestState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |