#include <htk_hmm.h>
Collaboration diagram for _HTK_HMM_data:
Data Fields | |
char * | name |
Name (NULL if not defined as Macro). | |
short | state_num |
Number of states in this model. | |
HTK_HMM_State ** | s |
Array of states in this model. | |
HTK_HMM_Trans * | tr |
Link to assigned transition matrix. | |
_HTK_HMM_data * | next |
Pointer to next data, NULL if last. |
Definition at line 157 of file htk_hmm.h.