#include <htk_hmm.h>
Collaboration diagram for _HTK_HMM_state:
Data Fields | |
char * | name |
Name (NULL if not defined as Macro). | |
short | mix_num |
Number of densities (mixtures) assigned. | |
HTK_HMM_Dens ** | b |
Link array to assigned densities, or pointer to GCODEBOOK in tied-mixture model. | |
PROB * | bweight |
Weights corresponding to above. | |
unsigned short | id |
Uniq state id starting from 0 for caching of output probability. | |
_HTK_HMM_state * | next |
Pointer to next data, NULL if last. |
Definition at line 147 of file htk_hmm.h.