| Package | Description |
|---|---|
| de.jstacs.sequenceScores.statisticalModels.trainable.hmm.training |
The package provides all classes used to determine the training algorithm of a hidden Markov model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaumWelchParameterSet
This class implements an
HMMTrainingParameterSet for the Baum-Welch training of an AbstractHMM. |
class |
NumericalHMMTrainingParameterSet
This class implements an
ParameterSet for numerical training of an AbstractHMM. |
class |
ViterbiParameterSet
This class implements an
ParameterSet for the viterbi training of an AbstractHMM. |