|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Senone
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 |
---|
float getScore(Data feature)
feature
- the feature vector to score this senone against
float[] calculateComponentScore(Data feature)
feature
- the feature vector to score this senone against
long getID()
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 |