Vowpal Wabbit
|
This is the complete list of members for VW::loss_function, including all inherited members.
first_derivative(const shared_data *, float prediction, float label) const =0 | VW::loss_function | pure virtual |
get_loss(const shared_data *, float prediction, float label) const =0 | VW::loss_function | pure virtual |
get_parameter() const | VW::loss_function | inlinevirtual |
get_square_grad(float prediction, float label) const =0 | VW::loss_function | pure virtual |
get_type() const =0 | VW::loss_function | pure virtual |
get_unsafe_update(float prediction, float label, float update_scale) const =0 | VW::loss_function | pure virtual |
get_update(float prediction, float label, float update_scale, float pred_per_update) const =0 | VW::loss_function | pure virtual |
second_derivative(const shared_data *, float prediction, float label) const =0 | VW::loss_function | pure virtual |
~loss_function()=default | VW::loss_function | virtual |