Vowpal Wabbit
Functions
accumulate.h File Reference
#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)
 

Function Documentation

◆ accumulate()

void accumulate ( VW::workspace all,
parameters weights,
size_t  o 
)

◆ accumulate_avg()

void accumulate_avg ( VW::workspace all,
parameters weights,
size_t  o 
)

◆ accumulate_scalar()

float accumulate_scalar ( VW::workspace all,
float  local_sum 
)

◆ accumulate_weighted_avg()

void accumulate_weighted_avg ( VW::workspace all,
parameters weights 
)