#include <online-ivector-feature.h>

Public Member Functions | |
| bool | Active () const |
| OnlineSilenceWeightingConfig () | |
| void | Register (OptionsItf *opts) |
| void | RegisterWithPrefix (std::string prefix, OptionsItf *opts) |
Public Attributes | |
| std::string | silence_phones_str |
| BaseFloat | silence_weight |
| BaseFloat | max_state_duration |
| BaseFloat | new_data_weight |
Definition at line 416 of file online-ivector-feature.h.
|
inline |
Definition at line 435 of file online-ivector-feature.h.
|
inline |
Definition at line 431 of file online-ivector-feature.h.
|
inline |
Definition at line 438 of file online-ivector-feature.h.
References OptionsItf::Register().
|
inline |
Definition at line 454 of file online-ivector-feature.h.
References OnlineIvectorExtractionConfig::Register().
Referenced by OnlineNnet2FeaturePipelineConfig::Register().
| BaseFloat max_state_duration |
Definition at line 425 of file online-ivector-feature.h.
Referenced by OnlineSilenceWeighting::GetDeltaWeights().
| BaseFloat new_data_weight |
Definition at line 429 of file online-ivector-feature.h.
| std::string silence_phones_str |
Definition at line 417 of file online-ivector-feature.h.
Referenced by OnlineSilenceWeighting::OnlineSilenceWeighting().
| BaseFloat silence_weight |
Definition at line 421 of file online-ivector-feature.h.
Referenced by OnlineSilenceWeighting::GetDeltaWeights().