| Package | Description |
|---|---|
| edu.gtts.sautrela.wfsa.models |
| Modifier and Type | Method and Description |
|---|---|
LMM.xState |
LMM.getIniState() |
| Modifier and Type | Method and Description |
|---|---|
double |
LMM.getFinProb(LMM.xState state) |
LMM.xTransition |
LMM.getRandomTrans(LMM.xState from) |
LMM.xTransition[] |
LMM.getTrans(LMM.xState from) |
LMM.xTransition[] |
LMM.getTrans(LMM.xState from,
Symbol symbol) |
void |
LMM.incrementTrainCount(LMM.xState state,
double count)
Increments the training counts of each model/state pair of the given
LMMSate. |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
LMM.getPathInfo(Path<LMM.xState,LMM.xTransition> p) |