#include <hmm.h>

Data Fields | |
| A_CELL * | ac |
| List of transition arcs from this state. | |
| union { | |
| HTK_HMM_State * state | |
| Pointer to the mapped physical HMM. | |
| CD_State_Set * cdset | |
| Pointer to the pseudo HMM. | |
| } | out |
| boolean | is_pseudo_state |
| TRUE if pseudo HMM is assigned, FALSE if physical HMM is assigned. | |
Definition at line 50 of file hmm.h.
1.5.4