Vowpal Wabbit
|
#include <math.h>
#include "correctedMath.h"
#include <iostream>
#include <stdlib.h>
#include <float.h>
#include "global_data.h"
#include "vw_exception.h"
Go to the source code of this file.
Classes | |
class | squaredloss |
class | classic_squaredloss |
class | hingeloss |
class | logloss |
class | quantileloss |
class | poisson_loss |
Functions | |
loss_function * | getLossFunction (vw &all, std::string funcName, float function_parameter) |
loss_function* getLossFunction | ( | vw & | all, |
std::string | funcName, | ||
float | function_parameter | ||
) |
Definition at line 363 of file loss_functions.cc.
References shared_data::max_label, shared_data::min_label, noop_mm(), vw::sd, vw::set_minmax, and THROW.
Referenced by kernel_svm_setup(), log_multi_setup(), nn_setup(), parse_example_tweaks(), and loss_function::~loss_function().