Vowpal Wabbit
Public Member Functions | Public Attributes | List of all members
bs Struct Reference

Public Member Functions

 ~bs ()
 

Public Attributes

uint32_t B
 
size_t bs_type
 
float lb
 
float ub
 
std::vector< double > * pred_vec
 
vwall
 
std::shared_ptr< rand_state_random_state
 

Detailed Description

Definition at line 23 of file bs.cc.

Constructor & Destructor Documentation

◆ ~bs()

bs::~bs ( )
inline

Definition at line 33 of file bs.cc.

33 { delete pred_vec; }
std::vector< double > * pred_vec
Definition: bs.cc:29

Member Data Documentation

◆ _random_state

std::shared_ptr<rand_state> bs::_random_state

Definition at line 31 of file bs.cc.

Referenced by predict_or_learn().

◆ all

vw* bs::all

Definition at line 30 of file bs.cc.

Referenced by predict_or_learn().

◆ B

uint32_t bs::B

Definition at line 25 of file bs.cc.

Referenced by predict_or_learn().

◆ bs_type

size_t bs::bs_type

Definition at line 26 of file bs.cc.

Referenced by predict_or_learn().

◆ lb

float bs::lb

Definition at line 27 of file bs.cc.

Referenced by output_example().

◆ pred_vec

std::vector<double>* bs::pred_vec

Definition at line 29 of file bs.cc.

Referenced by output_example(), and predict_or_learn().

◆ ub

float bs::ub

Definition at line 28 of file bs.cc.

Referenced by output_example().


The documentation for this struct was generated from the following file: