libTLK
1.3.1
|
HMM. More...
Data Fields | |
unsigned int | Q |
Number of state. | |
tLAModelTrans | trans |
State transition matrix. |
HMM.
This structure is used to store a Hidden Markov Model (HMM). An HMM is a finite state model with emission probability functions into the states.
unsigned int tLAModelHMM::Q |
Number of state.
tLAModelTrans tLAModelHMM::trans |
State transition matrix.