| Package | Description |
|---|---|
| edu.cmu.sphinx.decoder.search | |
| edu.cmu.sphinx.linguist.flat | |
| edu.cmu.sphinx.util |
| Modifier and Type | Field and Description |
|---|---|
protected StatisticsVariable |
WordPruningBreadthFirstSearchManager.curTokensScored |
protected StatisticsVariable |
WordPruningBreadthFirstSearchManager.tokensCreated |
protected StatisticsVariable |
WordPruningBreadthFirstSearchManager.totalTokensScored |
| Modifier and Type | Method and Description |
|---|---|
StatisticsVariable |
WordPruningBreadthFirstSearchManager.getTokensCreated()
Returns the tokensCreated StatisticsVariable.
|
StatisticsVariable |
SimpleBreadthFirstSearchManager.getTokensCreated()
Returns the tokensCreated StatisticsVariable.
|
| Modifier and Type | Field and Description |
|---|---|
protected StatisticsVariable |
FlatLinguist.actualArcs |
protected StatisticsVariable |
FlatLinguist.totalArcs |
protected StatisticsVariable |
FlatLinguist.totalStates |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsVariable |
StatisticsVariable.getStatisticsVariable(java.lang.String statName)
Gets the StatisticsVariable with the given name from the given context.
|
static StatisticsVariable |
StatisticsVariable.getStatisticsVariable(java.lang.String instanceName,
java.lang.String statName)
Gets the StatisticsVariable with the given name for the given instance and context.
|