| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.acoustic.tiedstate | |
| edu.cmu.sphinx.linguist.acoustic.tiedstate.tiedmixture | |
| edu.cmu.sphinx.linguist.acoustic.tiedstate.trainer |
| Modifier and Type | Field and Description |
|---|---|
protected GaussianWeights |
Sphinx3Loader.mixtureWeights |
protected GaussianWeights |
GaussianMixture.mixtureWeights |
| Modifier and Type | Method and Description |
|---|---|
GaussianWeights |
Sphinx3Loader.getMixtureWeights() |
GaussianWeights |
Loader.getMixtureWeights()
Gets the mixture weight pool.
|
GaussianWeights |
KaldiLoader.getMixtureWeights()
Not implemented.
|
GaussianWeights |
HTKLoader.getMixtureWeights() |
protected GaussianWeights |
Sphinx3Loader.getMixtureWeightsPool()
Return the MixtureWeightsPool.
|
protected GaussianWeights |
Sphinx3Loader.loadMixtureWeights(java.lang.String path,
float floor)
Loads the mixture weights (Binary).
|
| Constructor and Description |
|---|
GaussianMixture(GaussianWeights mixtureWeights,
MixtureComponent[] mixtureComponents,
int id)
Creates a new senone from the given components.
|
| Constructor and Description |
|---|
SetBasedGaussianMixture(GaussianWeights mixtureWeights,
MixtureComponentSet mixtureComponentSet,
int id) |
| Modifier and Type | Method and Description |
|---|---|
GaussianWeights |
ModelInitializerLoader.getMixtureWeights() |