Uses of Package
de.jstacs.models.hmm.models

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

Classes in de.jstacs.models.hmm.models used by de.jstacs.models.hmm.models
DifferentiableHigherOrderHMM
          This class combines an HigherOrderHMM and a NormalizableScoringFunction 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