| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK |
| Modifier and Type | Field and Description |
|---|---|
GMMDiag |
HMMState.gmm |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<GMMDiag> |
HMMSet.gmms
contains GMMDiag instances
|
| Modifier and Type | Method and Description |
|---|---|
GMMDiag |
HMMSet.findState(Lab l) |
GMMDiag |
GMMDiag.getGauss(int i)
extracts ONE gaussian from the GMM
|
GMMDiag |
GMMDiag.getMarginal(boolean[] mask) |
GMMDiag |
GMMDiag.merge(GMMDiag g,
float w1) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GMMDiag.isEqual(GMMDiag g)
2 GMMs are considered to be equal when all of their parameters do not
differ from more than 1%
|
GMMDiag |
GMMDiag.merge(GMMDiag g,
float w1) |
| Constructor and Description |
|---|
HMMState(GMMDiag g,
Lab l) |