libTLK  1.3.1
Data Fields
tLAModelHMM Struct Reference

HMM. More...

Data Fields

unsigned int Q
 Number of state.
tLAModelTrans trans
 State transition matrix.

Detailed Description

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.


Field Documentation

unsigned int tLAModelHMM::Q

Number of state.

tLAModelTrans tLAModelHMM::trans

State transition matrix.

 All Data Structures Variables