Uses of Class
de.jstacs.sequenceScores.statisticalModels.trainable.hmm.training.MultiThreadedTrainingParameterSet

Packages that use MultiThreadedTrainingParameterSet
de.jstacs.sequenceScores.statisticalModels.trainable.hmm.training The package provides all classes used to determine the training algorithm of a hidden Markov model. 
 

Uses of MultiThreadedTrainingParameterSet in de.jstacs.sequenceScores.statisticalModels.trainable.hmm.training
 

Subclasses of MultiThreadedTrainingParameterSet in de.jstacs.sequenceScores.statisticalModels.trainable.hmm.training
 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.