Vowpal Wabbit
|
#include "global_data.h"
Functions | |
void | accumulate (VW::workspace &all, parameters &weights, size_t o) |
float | accumulate_scalar (VW::workspace &all, float local_sum) |
void | accumulate_weighted_avg (VW::workspace &all, parameters &weights) |
void | accumulate_avg (VW::workspace &all, parameters &weights, size_t o) |
void accumulate | ( | VW::workspace & | all, |
parameters & | weights, | ||
size_t | o | ||
) |
void accumulate_avg | ( | VW::workspace & | all, |
parameters & | weights, | ||
size_t | o | ||
) |
float accumulate_scalar | ( | VW::workspace & | all, |
float | local_sum | ||
) |
void accumulate_weighted_avg | ( | VW::workspace & | all, |
parameters & | weights | ||
) |