AccumulateTreeStatsOptions Struct Reference

#include <tree-accu.h>

Collaboration diagram for AccumulateTreeStatsOptions:

Public Member Functions

 AccumulateTreeStatsOptions ()
 
void Register (OptionsItf *opts)
 

Public Attributes

BaseFloat var_floor
 
std::string ci_phones_str
 
std::string phone_map_rxfilename
 
bool collapse_pdf_classes
 
int context_width
 
int central_position
 

Detailed Description

Definition at line 36 of file tree-accu.h.

Constructor & Destructor Documentation

◆ AccumulateTreeStatsOptions()

Member Function Documentation

◆ Register()

void Register ( OptionsItf opts)
inline

Definition at line 47 of file tree-accu.h.

References OptionsItf::Register().

Referenced by main().

47  {
48  opts->Register("var-floor", &var_floor, "Variance floor for tree "
49  "clustering.");
50  opts->Register("ci-phones", &ci_phones_str, "Colon-separated list of "
51  "integer indices of context-independent phones (after "
52  "mapping, if --phone-map option is used).");
53  opts->Register("context-width", &context_width, "Context window size.");
54  opts->Register("central-position", &central_position, "Central "
55  "context-window position (zero-based)");
56  opts->Register("phone-map", &phone_map_rxfilename,
57  "File name containing old->new phone mapping (each line is: "
58  "old-integer-id new-integer-id)");
59  }

Member Data Documentation

◆ central_position

int central_position

Definition at line 42 of file tree-accu.h.

Referenced by kaldi::TestAccumulateTreeStatsOptions().

◆ ci_phones_str

std::string ci_phones_str

◆ collapse_pdf_classes

bool collapse_pdf_classes

Definition at line 40 of file tree-accu.h.

◆ context_width

int context_width

Definition at line 41 of file tree-accu.h.

Referenced by kaldi::TestAccumulateTreeStatsOptions().

◆ phone_map_rxfilename

std::string phone_map_rxfilename

◆ var_floor

BaseFloat var_floor

Definition at line 37 of file tree-accu.h.

Referenced by kaldi::TestAccumulateTreeStatsOptions().


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