#include <optimization.h>

Public Member Functions | |
| LinearCgdOptions () | |
Public Attributes | |
| int32 | max_iters |
| BaseFloat | max_error |
| BaseFloat | recompute_residual_factor |
Definition at line 37 of file optimization.h.
|
inline |
Definition at line 47 of file optimization.h.
References kaldi::LinearCgd().
| BaseFloat max_error |
Definition at line 39 of file optimization.h.
Referenced by kaldi::LinearCgd(), and kaldi::UnitTestLinearCgd().
| int32 max_iters |
Definition at line 38 of file optimization.h.
Referenced by OnlineIvectorEstimationStats::GetIvector(), kaldi::LinearCgd(), and kaldi::UnitTestLinearCgd().
| BaseFloat recompute_residual_factor |
Definition at line 45 of file optimization.h.
Referenced by kaldi::LinearCgd().