#include <htk_hmm.h>
_HTK_HMM_PDFのコラボレーション図

変数 | |
| 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 | |
1.5.1