|
Vowpal Wabbit
|
Public Attributes | |
| vw * | all |
| float | ftrl_alpha |
| float | ftrl_beta |
| struct update_data | data |
| size_t | no_win_counter |
| size_t | early_stop_thres |
| uint32_t | ftrl_size |
| double | total_weight |
| vw* ftrl::all |
Definition at line 33 of file ftrl.cc.
Referenced by end_pass(), multipredict(), predict(), save_load(), sensitivity(), update_after_prediction_cb(), update_after_prediction_pistol(), update_after_prediction_proximal(), update_state_and_predict_cb(), and update_state_and_predict_pistol().
| struct update_data ftrl::data |
Definition at line 36 of file ftrl.cc.
Referenced by predict_with_confidence(), update_after_prediction_cb(), update_after_prediction_pistol(), update_after_prediction_proximal(), update_state_and_predict_cb(), and update_state_and_predict_pistol().
| size_t ftrl::early_stop_thres |
Definition at line 38 of file ftrl.cc.
Referenced by end_pass().
| uint32_t ftrl::ftrl_size |
Definition at line 39 of file ftrl.cc.
Referenced by save_load().
| size_t ftrl::no_win_counter |
Definition at line 37 of file ftrl.cc.
Referenced by end_pass().
| double ftrl::total_weight |
Definition at line 40 of file ftrl.cc.
Referenced by save_load(), and update_state_and_predict_cb().
1.8.13