| Package | Description |
|---|---|
| edu.cmu.sphinx.trainer |
| Modifier and Type | Field and Description |
|---|---|
static Stage |
Stage._00_INITIALIZATION
Initialization stage.
|
static Stage |
Stage._10_CI_TRAIN
Context independent model training stage.
|
static Stage |
Stage._20_UNTIED_CD_TRAIN
Untied context dependent model training stage.
|
static Stage |
Stage._30_STATE_PRUNING
State pruning stage.
|
static Stage |
Stage._40_TIED_CD_TRAIN
Tied context dependent model training stage.
|
static Stage |
Stage._90_CP_MODEL
Copy models, possibly changing format.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Stage.equals(Stage stage)
Returns true if the given Stage is equal to this Stage.
|