Package de.jstacs.models.hmm

The package provides all interfaces and classes for a hidden Markov model (HMM).

See:
          Description

Interface Summary
State This interface declares the methods of any state used in a hidden Markov model.
Transition This interface declares the methods of the transition used in a hidden Markov model.
 

Class Summary
AbstractHMM This class is the super class of all implementations hidden Markov models (HMMs) in Jstacs.
HMMFactory This class allows to create some frequently used HMMs.
HMMTrainingParameterSet This class implements an abstract ParameterSet that is used for the training of an AbstractHMM.
 

Enum Summary
HMMFactory.HMMType This enum defines some standard architecture of profile HMMs.
 

Package de.jstacs.models.hmm Description

The package provides all interfaces and classes for a hidden Markov model (HMM). It provides different implementations for states, transitions, parameter sets for training, and discrete as well as continuous emissions.

Since:
Jstacs 1.5
See Also:
AbstractHMM, State, de.jstacs.models.hmm.states, Transition, de.jstacs.models.hmm.transitions, HMMTrainingParameterSet, de.jstacs.models.hmm.training