| Package | Description |
|---|---|
| de.jstacs.sequenceScores.statisticalModels.trainable.hmm.models |
The package provides different implementations of hidden Markov models based on
AbstractHMM. |
| Class and Description |
|---|
| 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
|