struct model


o N
Number of states
o M
Number of outputs
o s
Vector of the states
o prior
The a priori probability for the model.
o model_type
Contains bit flags for varios 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.
o maxorder
Int variable for the maximum level of higher order emissions
o emission_history
saves the history of emissions as int, the nth-last emission is (emission_history * |alphabet|^n+1) % |alphabet| see
o tied_to
Flag variables for each state indicating whether the states emissions are tied to another state.
o Note: State store order information of the emissions.
o topo_order
(WR) added these variables for topological ordering of silent states Condition: topo_order != NULL iff (model_type & kSilentStates) == 1
o pow_lookup
pow_lookup is a array of precomputed powers
The complete HMM. Contains all parameters, that define a HMM.

Alphabetic index



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