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

Data Fields | |
| char * | name |
| Name (NULL if not defined as Macro). | |
| short | nstream |
| Num of stream. | |
| HTK_HMM_StreamWeight * | w |
| Pointer to stream weight data, or NULL is not specified. | |
| HTK_HMM_PDF ** | |
| Array of mixture PDFs for each stream. | |
| int | 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 170 of file htk_hmm.h.
1.5.1