Vowpal Wabbit
|
Public Member Functions | |
~gdmf () | |
Public Attributes | |
vw * | all |
v_array< float > | scalars |
uint32_t | rank |
size_t | no_win_counter |
uint64_t | early_stop_thres |
|
inline |
vw* gdmf::all |
Definition at line 28 of file gd_mf.cc.
Referenced by end_pass(), learn(), mf_predict(), mf_print_audit_features(), mf_print_offset_features(), mf_train(), and save_load().
uint64_t gdmf::early_stop_thres |
Definition at line 32 of file gd_mf.cc.
Referenced by end_pass().
size_t gdmf::no_win_counter |
Definition at line 31 of file gd_mf.cc.
Referenced by end_pass().
uint32_t gdmf::rank |
Definition at line 30 of file gd_mf.cc.
Referenced by mf_predict(), mf_print_offset_features(), mf_train(), and save_load().
v_array<float> gdmf::scalars |
Definition at line 29 of file gd_mf.cc.
Referenced by mf_predict(), and mf_train().