Vowpal Wabbit
Namespaces | Macros | Functions
bs.h File Reference
#include <memory>
#include "reductions_fwd.h"
#include "rand_state.h"

Namespaces

 BS
 

Macros

#define BS_TYPE_MEAN   0
 
#define BS_TYPE_VOTE   1
 

Functions

VW::LEARNER::base_learnerbs_setup (VW::config::options_i &options, vw &all)
 
uint32_t BS::weight_gen (std::shared_ptr< rand_state > &state)
 

Macro Definition Documentation

#define BS_TYPE_MEAN   0
#define BS_TYPE_VOTE   1

Function Documentation

VW::LEARNER::base_learner* bs_setup ( VW::config::options_i options,
vw all 
)