| Package | Description |
|---|---|
| de.jstacs.sequenceScores.statisticalModels.trainable.hmm |
The package provides all interfaces and classes for a hidden Markov model (HMM).
|
| Modifier and Type | Method and Description |
|---|---|
static TransitionElement[] |
HMMFactory.createTransition(double[][] hyperParams,
ArrayList<HMMFactory.PseudoTransitionElement> list)
Creates the real
TransitionElements that can be used to create the HMM. |
static Pair<double[][],double[]> |
HMMFactory.propagateESS(double ess,
ArrayList<HMMFactory.PseudoTransitionElement> list)
Propagates the
ess for an HMM with absorbing states. |