| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.acoustic.tiedstate.trainer | |
| edu.cmu.sphinx.trainer |
| Modifier and Type | Method and Description |
|---|---|
void |
TrainerAcousticModel.accumulate(int index,
TrainerScore[] trainerScore)
Accumulate the current TrainerScore into the buffers.
|
void |
TrainerAcousticModel.accumulate(int index,
TrainerScore[] trainerScore,
TrainerScore[] nextTrainerScore)
Accumulate the current TrainerScore into the buffers.
|
void |
TrainerAcousticModel.accumulate(int index,
TrainerScore[] trainerScore,
TrainerScore[] nextTrainerScore)
Accumulate the current TrainerScore into the buffers.
|
| Modifier and Type | Method and Description |
|---|---|
TrainerScore[] |
Learner.getScore() |
TrainerScore[] |
FlatInitializerLearner.getScore()
Gets the TrainerScore for the next frame
|
TrainerScore[] |
BaumWelchLearner.getScore()
Gets the TrainerScore for the next frame
|