HTK_HMM_INFO Struct Reference
[HTK HMM definition]

Top HMM structure that holds all the HTK HMM definition. More...

#include <htk_hmm.h>

Collaboration diagram for HTK_HMM_INFO:

Collaboration graph
[legend]

Data Fields

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_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.
APATNODEdn_root
 Root index node for density data.
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 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 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.

Detailed Description

Top HMM structure that holds all the HTK HMM definition.

Definition at line 310 of file htk_hmm.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 18 16:02:26 2007 for Julius by  doxygen 1.5.4