Vowpal Wabbit
|
Public Attributes | |
float | g_scalar_stable |
float | g_scalar_inner |
float | eta |
float | norm |
float SVRG::update::eta |
Definition at line 72 of file svrg.cc.
Referenced by SVRG::update_inner(), and SVRG::update_inner_feature().
float SVRG::update::g_scalar_inner |
Definition at line 71 of file svrg.cc.
Referenced by SVRG::update_inner(), and SVRG::update_inner_feature().
float SVRG::update::g_scalar_stable |
Definition at line 70 of file svrg.cc.
Referenced by SVRG::update_inner(), and SVRG::update_inner_feature().
float SVRG::update::norm |
Definition at line 73 of file svrg.cc.
Referenced by SVRG::update_inner(), and SVRG::update_inner_feature().