| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.acoustic.tiedstate.kaldi |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantEventMap
Stores a single answer.
|
class |
EventMapWithKey
Event map that splits on a key.
|
class |
SplitEventMap
Binary decision tree.
|
class |
TableEventMap |
| Constructor and Description |
|---|
SplitEventMap(int key,
java.util.Collection<java.lang.Integer> values,
EventMap yesMap,
EventMap noMap)
Constructs new event map.
|
| Constructor and Description |
|---|
TableEventMap(int key,
java.util.List<EventMap> table)
Constructs new table event map.
|