Vowpal Wabbit
|
Public Member Functions | |
std::string | getType () |
float | getLoss (shared_data *, float prediction, float label) |
float | getUpdate (float prediction, float label, float update_scale, float pred_per_update) |
float | getUnsafeUpdate (float prediction, float label, float update_scale) |
float | wexpmx (float x) |
float | getRevertingWeight (shared_data *, float prediction, float eta_t) |
float | first_derivative (shared_data *, float prediction, float label) |
float | getSquareGrad (float prediction, float label) |
float | second_derivative (shared_data *, float prediction, float label) |
![]() | |
virtual | ~loss_function () |
Definition at line 157 of file loss_functions.cc.
|
inlinevirtual |
Implements loss_function.
Definition at line 211 of file loss_functions.cc.
References correctedExp.
|
inlinevirtual |
Implements loss_function.
Definition at line 162 of file loss_functions.cc.
References correctedExp, and f.
|
inlinevirtual |
Implements loss_function.
Definition at line 205 of file loss_functions.cc.
References correctedExp.
|
inlinevirtual |
Implements loss_function.
Definition at line 217 of file loss_functions.cc.
References squaredloss::first_derivative().
|
inlinevirtual |
Implements loss_function.
Definition at line 160 of file loss_functions.cc.
|
inlinevirtual |
Implements loss_function.
Definition at line 185 of file loss_functions.cc.
References correctedExp.
|
inlinevirtual |
Implements loss_function.
Definition at line 169 of file loss_functions.cc.
References correctedExp.
|
inlinevirtual |
Implements loss_function.
Definition at line 223 of file loss_functions.cc.
References correctedExp.
|
inline |