RegtreeMllrOptions Struct Reference

Configuration variables for FMLLR transforms. More...

#include <regtree-mllr-diag-gmm.h>

Collaboration diagram for RegtreeMllrOptions:

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...
 

Detailed Description

Configuration variables for FMLLR transforms.

Definition at line 35 of file regtree-mllr-diag-gmm.h.

Constructor & Destructor Documentation

◆ RegtreeMllrOptions()

RegtreeMllrOptions ( )
inline

Definition at line 42 of file regtree-mllr-diag-gmm.h.

42 : min_count(1000.0), use_regtree(true) { }
bool use_regtree
If &#39;true&#39;, find transforms to generate using regression tree.
BaseFloat min_count
Minimum occupancy for computing a transform.

Member Function Documentation

◆ Register()

void Register ( OptionsItf opts)
inline

Definition at line 44 of file regtree-mllr-diag-gmm.h.

References OptionsItf::Register().

Referenced by main().

44  {
45  opts->Register("mllr-min-count", &min_count,
46  "Minimum count to estimate an MLLR transform.");
47  opts->Register("mllr-use-regtree", &use_regtree,
48  "Use a regression-class tree for MLLR.");
49  }
bool use_regtree
If &#39;true&#39;, find transforms to generate using regression tree.
BaseFloat min_count
Minimum occupancy for computing a transform.

Member Data Documentation

◆ min_count

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().

◆ use_regtree

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().


The documentation for this struct was generated from the following file: