#include <cont_mgau.h>
Public Attributes | |
| int32 | n_mgau |
| int32 | max_comp |
| int32 | veclen |
| mgau_t * | mgau |
| float64 | distfloor |
| int32 | comp_type |
| int32 | verbose |
| int32 | frm_sen_eval |
| int32 | frm_gau_eval |
| int32 | frm_ci_sen_eval |
| int32 | frm_ci_gau_eval |
| int32 | gau_type |
| logmath_t * | logmath |
|
|
Type of computation used in this set of mixture-Gaussians |
|
|
Mahalanobis distances can underflow when finally converted to logs3 values. To prevent this, floor the log values first. |
|
|
#CI Senones evaluated in most recent frame |
|
|
#CI Senones evaluated in most recent frame |
|
|
#Gaussian densities evaluated in the most recent frame |
|
|
#Senones evaluated in the most recent frame |
|
|
gau_type=CONTHMM if it is fully continous HMM, gau_type=SEMIHMM if it is semi continous HMM. Currently SEMIHMM is not supported. |
|
|
The logmath_t structure |
|
|
Max components in any mixture |
|
|
The n_mgau mixture Gaussians |
|
|
#Mixture Gaussians in this model (i.e., #senones) |
|
|
Vector length of the Gaussian density means (and diagonal vars) |
|
|
Whether to display information |
1.3.9.1