#include <htk_hmm.h>

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.  | |
| struct _HTK_HMM_data * | next | 
| Pointer to next data, NULL if last.  | |
Definition at line 157 of file htk_hmm.h.
 1.5.4