Julius 4.2
構造体 HTK_HMM_INFO

Top HMM structure that holds all the HTK HMM definition. [詳細]

#include <htk_hmm.h>

HTK_HMM_INFOのコラボレーション図

変数

HMM definitions from hmmdefs
HTK_HMM_Options opt
 Global option.
HTK_HMM_Transtrstart
 Root pointer to the list of transition matrixes.
HTK_HMM_Varvrstart
 Root pointer to the list of variance data.
HTK_HMM_Densdnstart
 Root pointer to the list of density (mixture) data.
HTK_HMM_PDFpdfstart
 Root pointer to the list of mixture pdf data.
HTK_HMM_StreamWeightswstart
 Root pointer to the list of stream weight data.
HTK_HMM_Stateststart
 Root pointer to the list of state data.
HTK_HMM_Datastart
 Root pointer to the list of models.
logical HMM
HMM_Logicallgstart
 Root pointer to the list of Logical HMMs.
Root nodes of index tree for name lookup of HMM instances
APATNODEtr_root
 Root index node for transition matrixes.
APATNODEvr_root
 Root index node for variance data.
APATNODEsw_root
 Root index node for stream weight data.
APATNODEdn_root
 Root index node for density data.
APATNODEpdf_root
 Root index node for mixture PDF.
APATNODEst_root
 Root index node for state data.
APATNODEphysical_root
 Root index node for defined HMM name.
APATNODElogical_root
 Root index node for logical HMM name.
APATNODEcodebook_root
 Root index node for Gaussian codebook of tied mixture HMM.
Information extracted from HMM instances
HMM_basephone basephone
 Base phone names extracted from logical HMM.
HMM_CDSET_INFO cdset_info
 Context-dependent pseudo phone set.
Misc. model information
boolean need_multipath
 TRUE if this model needs multipath handling.
boolean multipath
 TRUE if this model is treated in multipath mode.
boolean is_triphone
 TRUE if this is triphone model.
boolean is_tied_mixture
 TRUE if this is tied-mixture model.
short cdset_method
 Selected method of computing pseudo phones in iwcd_type.
short cdmax_num
 Number of N-best states when IWCD_NBEST.
HMM_Logicalsp
 Link to short pause model.
LOGPROB iwsp_penalty
 Extra ransition penalty for interword skippable short pause insertion for multi-path mode.
boolean variance_inversed
 TRUE if variances are inversed.
int totaltransnum
 Total number of transitions.
int totalmixnum
 Total number of defined mixtures.
int totalstatenum
 Total number of states.
int totalhmmnum
 Total number of physical HMM.
int totallogicalnum
 Total number of logical HMM.
int totalpseudonum
 Total number of pseudo HMM.
int totalpdfnum
 Total number of mixture PDF.
int codebooknum
 Total number of codebook on tied-mixture model.
int maxcodebooksize
 Maximum size of codebook on tied-mixture model.
int maxmixturenum
 Maximum number of Gaussian per mixture.
int maxstatenum
 Maximum number of state per model.
BMALLOC_BASEmroot
 Pointer for block memory allocation.
BMALLOC_BASElroot
 Pointer for block memory allocation for logical HMM.
BMALLOC_BASEcdset_root
 Pointer for block memory allocation for logical HMM.
int * tmp_mixnum
 Work area for state reading.
void * hook
 General purpose hook.

説明

Top HMM structure that holds all the HTK HMM definition.

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


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