public abstract class FrameStatistics
extends java.lang.Object
Note that all scores are maintained in LogMath log base
Constructor and Description |
---|
FrameStatistics() |
Modifier and Type | Method and Description |
---|---|
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
|
public abstract int getFrameNumber()
public abstract Data getData()
public abstract float getBestScore()
public abstract Unit getBestUnit()
public abstract int getBestState()