|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a set of acoustic data that can be scored against a feature
Method Summary | |
float[] |
calculateComponentScore(Data feature)
Calculates the component scores for the mixture components in this senone based upon the given feature. |
void |
dump(java.lang.String msg)
Dumps a senone |
long |
getID()
Gets the ID for this senone |
float |
getScore(Data feature)
Calculates the score for this senone based upon the given feature. |
Method Detail |
public float getScore(Data feature)
feature
- the feature vector to score this senone
against
public float[] calculateComponentScore(Data feature)
feature
- the feature vector to score this senone
against
public long getID()
public void dump(java.lang.String msg)
msg
- an annotation for the dump
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |