Vowpal Wabbit
Functions
best_constant.h File Reference
#include <cfloat>
#include "shared_data.h"

Functions

void count_label (shared_data *sd, float l)
 
bool get_best_constant (loss_function *loss_func, shared_data *sd, float &best_constant, float &best_constant_loss)
 

Function Documentation

◆ count_label()

void count_label ( shared_data sd,
float  l 
)
inline

◆ get_best_constant()

bool get_best_constant ( loss_function loss_func,
shared_data sd,
float &  best_constant,
float &  best_constant_loss 
)