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

Public Member Functions | |
| RegtreeMllrOptions () | |
| void | Register (OptionsItf *opts) |
Public Attributes | |
| BaseFloat | min_count |
| Minimum occupancy for computing a transform. More... | |
| bool | use_regtree |
| If 'true', find transforms to generate using regression tree. More... | |
Configuration variables for FMLLR transforms.
Definition at line 35 of file regtree-mllr-diag-gmm.h.
|
inline |
Definition at line 42 of file regtree-mllr-diag-gmm.h.
|
inline |
Definition at line 44 of file regtree-mllr-diag-gmm.h.
References OptionsItf::Register().
Referenced by main().
| BaseFloat min_count |
Minimum occupancy for computing a transform.
Definition at line 36 of file regtree-mllr-diag-gmm.h.
Referenced by TestMllrAccsIO(), TestXformMean(), and RegtreeMllrDiagGmmAccs::Update().
| bool use_regtree |
If 'true', find transforms to generate using regression tree.
If 'false', generate transforms for each baseclass.
Definition at line 40 of file regtree-mllr-diag-gmm.h.
Referenced by TestMllrAccsIO(), TestXformMean(), and RegtreeMllrDiagGmmAccs::Update().