public interface Senone
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
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[] |
getLogMixtureWeights() |
MixtureComponent[] |
getMixtureComponents()
Returns the mixture components associated with this Gaussian
|
float |
getScore(Data feature)
Calculates the score for this senone based upon the given feature.
|
float getScore(Data feature)
feature
- the feature vector to score this senone againstfloat[] calculateComponentScore(Data feature)
feature
- the feature vector to score this senone againstlong getID()
void dump(java.lang.String msg)
msg
- an annotation for the dumpMixtureComponent[] getMixtureComponents()
float[] getLogMixtureWeights()