Julius 4.2
変数
構造体 HTK_HMM_PDF

HMM mixture PDF for a stream [詳細]

#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.
PROBbweight
 Weights corresponding to above.
struct _HTK_HMM_PDF * next
 Pointer to next data, or NULL at last.

説明

HMM mixture PDF for a stream

覚え書き:
In a tied-mixture model, b points to a codebook defined as GCODEBOOK intead of the array of densities.

htk_hmm.h157 行で定義されています。


この構造体の説明は次のファイルから生成されました: