#include <cont_mgau.h>
Public Attributes | |
| int32 | n_comp |
| int32 | bstidx |
| int32 | bstscr |
| int32 | updatetime |
| float32 ** | mean |
| float32 ** | var |
| float32 *** | fullvar |
| float32 * | lrd |
| int32 * | mixw |
| float32 * | mixw_f |
|
|
Index for the most likely Gaussians in this mixture of component. It persists through time. |
|
|
Scores for the most likely Gaussians in this mixture of component. |
|
|
|
|
|
Log(Reciprocal(Determinant (variance))). (Then there is also a (2pi)^(veclen) involved...) |
|
|
The n_comp means of the Gaussians. The mean vector for a single mixture-Gaussian model for one senone. Dimension: n_comp * dimension |
|
|
Mixture weights for the n_comp components (int32 instead of float32 because these values are in logs3 domain) |
|
|
(ONLY USED IN ENDPOINTER) mixture weights for the n_comp components in float32 |
|
|
#Component Gaussians in this mixture. NOTE: May be 0 (for the untrained states). |
|
|
Update time |
|
|
The n_comp (diagonal) variances of the Gaussians. Could be converted to 1/(2*var) for faster computation (see above comment). The diagonal variance vector for a single mixture-Gaussian model for one senone. Dimension: n_comp * dimension |
1.3.9.1