#include <htk_hmm.h>
Data Fields | |
| char * | name |
| Name (NULL if not defined as Macro). | |
| short | statenum |
| Number of state. | |
| PROB ** | a |
| Matrix of transition probabilities. | |
| struct _HTK_HMM_trans * | next |
| Pointer to next data, NULL if last. | |
Definition at line 111 of file htk_hmm.h.
1.5.4