Uses of Package
de.jstacs.models.hmm

Packages that use de.jstacs.models.hmm
de.jstacs.models.hmm The package provides all interfaces and classes for a hidden Markov model (HMM). 
de.jstacs.models.hmm.models The package provides different implementations of hidden Markov models based on AbstractHMM 
de.jstacs.models.hmm.states The package provides all interfaces and classes for states used in hidden Markov models. 
de.jstacs.models.hmm.training The package provides all classes used to determine the training algorithm of a hidden Markov model 
de.jstacs.models.hmm.transitions The package provides all interfaces and classes for transitions used in hidden Markov models. 
 

Classes in de.jstacs.models.hmm used by de.jstacs.models.hmm
AbstractHMM
          This class is the super class of all implementations hidden Markov models (HMMs) in Jstacs.
HMMFactory.HMMType
          This enum defines some standard architecture of profile HMMs.
HMMTrainingParameterSet
          This class implements an abstract ParameterSet that is used for the training of an AbstractHMM.
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.
 

Classes in de.jstacs.models.hmm used by de.jstacs.models.hmm.models
AbstractHMM
          This class is the super class of all implementations hidden Markov models (HMMs) in Jstacs.
HMMTrainingParameterSet
          This class implements an abstract ParameterSet that is used for the training of an AbstractHMM.
 

Classes in de.jstacs.models.hmm used by de.jstacs.models.hmm.states
State
          This interface declares the methods of any state used in a hidden Markov model.
 

Classes in de.jstacs.models.hmm used by de.jstacs.models.hmm.training
HMMTrainingParameterSet
          This class implements an abstract ParameterSet that is used for the training of an AbstractHMM.
 

Classes in de.jstacs.models.hmm used by de.jstacs.models.hmm.transitions
Transition
          This interface declares the methods of the transition used in a hidden Markov model.