#include <tree-accu.h>
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 |
Definition at line 36 of file tree-accu.h.
|
inline |
Definition at line 43 of file tree-accu.h.
|
inline |
Definition at line 47 of file tree-accu.h.
References OptionsItf::Register().
Referenced by main().
int central_position |
Definition at line 42 of file tree-accu.h.
Referenced by kaldi::TestAccumulateTreeStatsOptions().
std::string ci_phones_str |
Definition at line 38 of file tree-accu.h.
Referenced by AccumulateTreeStatsInfo::AccumulateTreeStatsInfo(), and kaldi::TestAccumulateTreeStatsOptions().
bool collapse_pdf_classes |
Definition at line 40 of file tree-accu.h.
int context_width |
Definition at line 41 of file tree-accu.h.
Referenced by kaldi::TestAccumulateTreeStatsOptions().
std::string phone_map_rxfilename |
Definition at line 39 of file tree-accu.h.
Referenced by AccumulateTreeStatsInfo::AccumulateTreeStatsInfo(), and kaldi::TestAccumulateTreeStatsOptions().
BaseFloat var_floor |
Definition at line 37 of file tree-accu.h.
Referenced by kaldi::TestAccumulateTreeStatsOptions().