Uses of Package
de.jstacs.sequenceScores.statisticalModels.trainable.hmm.models

Packages that use de.jstacs.sequenceScores.statisticalModels.trainable.hmm.models
de.jstacs.sequenceScores.statisticalModels.trainable.hmm.models The package provides different implementations of hidden Markov models based on AbstractHMM
 

Classes in de.jstacs.sequenceScores.statisticalModels.trainable.hmm.models used by de.jstacs.sequenceScores.statisticalModels.trainable.hmm.models
DifferentiableHigherOrderHMM
          This class combines an HigherOrderHMM and a DifferentiableStatisticalModel by implementing some of the declared methods.
HigherOrderHMM
          This class implements a higher order hidden Markov model.
HigherOrderHMM.Type
          This enum defined different types of computations that will be done using the backward algorithm.
SamplingHigherOrderHMM
           
SamplingHigherOrderHMM.ViterbiComputation
          Emumeration of all possible Viterbi-Path methods