struct model


o N
Number of states
o M
Number of outputs
o cos
smodel includes continuous model with one transition matrix (cos is set to 1) and an extension for models with several matrices (cos is set to a positive integer value > 1)
o s
Vector of the states
o prior
Prior for the a priori probability for the model.
o Contains bit flags for various model extensions such as kSilentStates, kTiedEmissions (see ghmmh for a complete list)
o model_type
Contains bit flags for various model extensions such as kSilentStates, kTiedEmissions (see ghmmh for a complete list)
o silent
Flag variables for each state indicating whether it is emitting or not.
The complete HMM. Contains all parameters, that define a HMM.

Alphabetic index



This page was generated with the help of DOC++.