Description Objects from the Class Slots Methods Author(s) See Also Examples
Virtual base class for HMMs.
Do not create objects of this class directly. Instead use objects of derived classes like
"contHMM"
.
transition.matrix
:Object of class "matrix"
, storing the transition probabilities of the Markov chain.
emission
:Object of class "list"
containing objects of class "dist"
to represent emission distributions for each state.
init
:Object of class "numeric"
. The initial state distribution of the Markov chain.
signature(hmm = "hmm", obs = "list")
: Baum-Welch algorithm to estimate model parameters.
signature(hmm = "hmm", obs = "list")
: Viterbi training to estimate model parameters.
signature(hmm = "hmm")
: Viterbi algorithm to calculate most likely state sequence.
signature(hmm = "hmm")
: Computing of backward variables.
signature(hmm = "hmm")
: Computing of forward variables.
signature(hmm = "hmm")
: Returns state names.
signature(object = "hmm")
: Print summary of hmm object.
Peter Humburg
contHMM
, baumWelch
, viterbiTraining
,
viterbi
, forward
, backward
, states
1 | showClass("hmm")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.