Configuration variables for FMLLR transforms. More...
#include <regtree-fmllr-diag-gmm.h>

Public Member Functions | |
| RegtreeFmllrOptions () | |
| void | Register (OptionsItf *opts) |
Public Attributes | |
| std::string | update_type |
| "full", "diag", "offset", "none" More... | |
| BaseFloat | min_count |
| Minimum occupancy for computing a transform. More... | |
| int32 | num_iters |
| Number of iterations (if using an iterative update) More... | |
| bool | use_regtree |
| If 'true', find transforms to generate using regression tree. More... | |
Configuration variables for FMLLR transforms.
Definition at line 38 of file regtree-fmllr-diag-gmm.h.
|
inline |
Definition at line 45 of file regtree-fmllr-diag-gmm.h.
|
inline |
Definition at line 48 of file regtree-fmllr-diag-gmm.h.
References OptionsItf::Register().
Referenced by main().
| BaseFloat min_count |
Minimum occupancy for computing a transform.
Definition at line 40 of file regtree-fmllr-diag-gmm.h.
Referenced by kaldi::UnitTestRegtreeFmllrDiagGmm(), and RegtreeFmllrDiagGmmAccs::Update().
| int32 num_iters |
Number of iterations (if using an iterative update)
Definition at line 41 of file regtree-fmllr-diag-gmm.h.
Referenced by RegtreeFmllrDiagGmmAccs::Update().
| std::string update_type |
"full", "diag", "offset", "none"
Definition at line 39 of file regtree-fmllr-diag-gmm.h.
Referenced by RegtreeFmllrDiagGmmAccs::Update().
| bool use_regtree |
If 'true', find transforms to generate using regression tree.
If 'false', generate transforms for each baseclass.
Definition at line 42 of file regtree-fmllr-diag-gmm.h.
Referenced by kaldi::UnitTestRegtreeFmllrDiagGmm(), and RegtreeFmllrDiagGmmAccs::Update().