HTK_HMM_State Struct Reference
[HTK HMM definition]

HMM state data More...

#include <htk_hmm.h>

Collaboration diagram for HTK_HMM_State:

Collaboration graph
[legend]

Data Fields

char * name
 Name (NULL if not defined as Macro).
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.
unsigned short id
 Uniq state id starting from 0 for caching of output probability.
struct _HTK_HMM_state * next
 Pointer to next data, NULL if last.

Detailed Description

HMM state data

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

Definition at line 147 of file htk_hmm.h.


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