Vowpal Wabbit
|
This is the complete list of members for loss_function, including all inherited members.
first_derivative(shared_data *, float prediction, float label)=0 | loss_function | pure virtual |
getLoss(shared_data *, float prediction, float label)=0 | loss_function | pure virtual |
getRevertingWeight(shared_data *, float prediction, float eta_t)=0 | loss_function | pure virtual |
getSquareGrad(float prediction, float label)=0 | loss_function | pure virtual |
getType()=0 | loss_function | pure virtual |
getUnsafeUpdate(float prediction, float label, float eta_t)=0 | loss_function | pure virtual |
getUpdate(float prediction, float label, float update_scale, float pred_per_update)=0 | loss_function | pure virtual |
second_derivative(shared_data *, float prediction, float label)=0 | loss_function | pure virtual |
~loss_function()=default | loss_function | virtual |