|
Vowpal Wabbit
|
Public Attributes | |
| int | stage_size |
| int | prev_pass |
| int | stable_grad_count |
| vw * | all |
| vw* SVRG::svrg::all |
Definition at line 27 of file svrg.cc.
Referenced by SVRG::gradient_scalar(), SVRG::learn(), SVRG::predict(), SVRG::predict_stable(), SVRG::save_load(), SVRG::update_inner(), and SVRG::update_stable().
| int SVRG::svrg::prev_pass |
Definition at line 21 of file svrg.cc.
Referenced by SVRG::learn().
| int SVRG::svrg::stable_grad_count |
Definition at line 22 of file svrg.cc.
Referenced by SVRG::learn(), and SVRG::update_inner().
| int SVRG::svrg::stage_size |
Definition at line 20 of file svrg.cc.
Referenced by SVRG::learn().
1.8.13