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

Data Fields | |
| char * | name | 
| Name (NULL for in-line definition).  | |
| boolean | tmix | 
| TRUE if this is assigned to tied-mixture codebook.  | |
| short | stream_id | 
| Stream ID to which this pdf is assigned, begins from 0.  | |
| 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.  | |
| _HTK_HMM_PDF * | next | 
| Pointer to next data, or NULL at last.  | |
Definition at line 156 of file htk_hmm.h.
 1.5.1