#include <fmllr-diag-gmm.h>

Public Member Functions | |
| FmllrOptions () | |
| void | Register (OptionsItf *opts) |
Public Attributes | |
| std::string | update_type |
| "full", "diag", "offset", "none" More... | |
| BaseFloat | min_count |
| int32 | num_iters |
Definition at line 43 of file fmllr-diag-gmm.h.
|
inline |
Definition at line 47 of file fmllr-diag-gmm.h.
|
inline |
Definition at line 48 of file fmllr-diag-gmm.h.
References OptionsItf::Register().
Referenced by main().
| BaseFloat min_count |
Definition at line 45 of file fmllr-diag-gmm.h.
Referenced by FmllrDiagGmmAccs::Update().
| int32 num_iters |
Definition at line 46 of file fmllr-diag-gmm.h.
Referenced by kaldi::ComputeFmllrLogDet(), and FmllrDiagGmmAccs::Update().
| std::string update_type |
"full", "diag", "offset", "none"
Definition at line 44 of file fmllr-diag-gmm.h.
Referenced by FmllrDiagGmmAccs::CommitSingleFrameStats(), kaldi::UnitTestFmllrDiagGmmDiagonal(), kaldi::UnitTestFmllrDiagGmmOffset(), and FmllrDiagGmmAccs::Update().