IvectorEstimationOptions Struct Reference

#include <ivector-extractor.h>

Collaboration diagram for IvectorEstimationOptions:

Public Member Functions

 IvectorEstimationOptions ()
 
void Register (OptionsItf *opts)
 

Public Attributes

double acoustic_weight
 
double max_count
 

Detailed Description

Definition at line 53 of file ivector-extractor.h.

Constructor & Destructor Documentation

◆ IvectorEstimationOptions()

Member Function Documentation

◆ Register()

void Register ( OptionsItf opts)
inline

Definition at line 57 of file ivector-extractor.h.

References OptionsItf::Register().

Referenced by main().

57  {
58  opts->Register("acoustic-weight", &acoustic_weight,
59  "Weight on part of auxf that involves the data (e.g. 0.2); "
60  "if this weight is small, the prior will have more effect.");
61  opts->Register("max-count", &max_count,
62  "Maximum frame count (affects prior scaling): if >0, the prior "
63  "term will be scaled up after the frame count exceeds this "
64  "value. Note that this count is considered after posterior "
65  "scaling (e.g. --acoustic-weight option, or scale argument to "
66  "scale-post), so you would normally use a cutoff 10 times "
67  "smaller than the corresponding number of frames.");
68  }

Member Data Documentation

◆ acoustic_weight

double acoustic_weight

Definition at line 54 of file ivector-extractor.h.

Referenced by main(), and kaldi::RunPerSpeaker().

◆ max_count

double max_count

Definition at line 55 of file ivector-extractor.h.

Referenced by main(), and kaldi::RunPerSpeaker().


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