Configuration variables for Maximum A Posteriori (MAP) update. More...
#include <mle-diag-gmm.h>
Public Member Functions | |
MapDiagGmmOptions () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
BaseFloat | mean_tau |
Tau value for the means. More... | |
BaseFloat | variance_tau |
Tau value for the variances. More... | |
BaseFloat | weight_tau |
Tau value for the weights– this tau value is applied per state, not per Gaussian. More... | |
Configuration variables for Maximum A Posteriori (MAP) update.
Definition at line 76 of file mle-diag-gmm.h.
|
inline |
Definition at line 89 of file mle-diag-gmm.h.
|
inline |
Definition at line 93 of file mle-diag-gmm.h.
References OptionsItf::Register().
Referenced by main().
BaseFloat mean_tau |
Tau value for the means.
Definition at line 78 of file mle-diag-gmm.h.
Referenced by kaldi::MapDiagGmmUpdate().
BaseFloat variance_tau |
Tau value for the variances.
(Note: whether or not the variances are updated at all will be controlled by flags.)
Definition at line 83 of file mle-diag-gmm.h.
Referenced by kaldi::MapDiagGmmUpdate().
BaseFloat weight_tau |
Tau value for the weights– this tau value is applied per state, not per Gaussian.
Definition at line 87 of file mle-diag-gmm.h.
Referenced by kaldi::MapDiagGmmUpdate().