#include <htk_hmm.h>
Collaboration diagram for _HTK_HMM_trans:

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