#include <lda-estimate.h>
Public Member Functions | |
LdaEstimateOptions () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
bool | remove_offset |
int32 | dim |
bool | allow_large_dim |
BaseFloat | within_class_factor |
Definition at line 29 of file lda-estimate.h.
|
inline |
Definition at line 35 of file lda-estimate.h.
|
inline |
Definition at line 38 of file lda-estimate.h.
References OptionsItf::Register().
Referenced by main().
bool allow_large_dim |
Definition at line 32 of file lda-estimate.h.
Referenced by LdaEstimate::Estimate().
int32 dim |
Definition at line 31 of file lda-estimate.h.
Referenced by LdaEstimate::Estimate(), test_io(), and UnitTestEstimateLda().
bool remove_offset |
Definition at line 30 of file lda-estimate.h.
Referenced by LdaEstimate::Estimate(), and UnitTestEstimateLda().
BaseFloat within_class_factor |
Definition at line 33 of file lda-estimate.h.
Referenced by LdaEstimate::Estimate().