#include <am-sgmm2.h>
Public Member Functions | |
Sgmm2GselectConfig () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
int32 | full_gmm_nbest |
Number of highest-scoring full-covariance Gaussians per frame. More... | |
int32 | diag_gmm_nbest |
Number of highest-scoring diagonal-covariance Gaussians per frame. More... | |
Definition at line 118 of file am-sgmm2.h.
|
inline |
Definition at line 124 of file am-sgmm2.h.
|
inline |
Definition at line 129 of file am-sgmm2.h.
References OptionsItf::Register().
Referenced by main().
int32 diag_gmm_nbest |
Number of highest-scoring diagonal-covariance Gaussians per frame.
Definition at line 122 of file am-sgmm2.h.
Referenced by AmSgmm2::GaussianSelection().
int32 full_gmm_nbest |
Number of highest-scoring full-covariance Gaussians per frame.
Definition at line 120 of file am-sgmm2.h.
Referenced by AmSgmm2::GaussianSelection(), TestSgmm2AccsIO(), TestSgmm2FmllrAccsIO(), TestSgmm2FmllrSubspace(), TestSgmm2IncreaseDim(), TestSgmm2Init(), TestSgmm2IO(), and TestSgmm2Substates().