Vowpal Wabbit
Public Member Functions | Public Attributes | List of all members
CB_EXPLORE::cb_explore Struct Reference

Public Member Functions

 ~cb_explore ()
 

Public Attributes

std::shared_ptr< rand_state_random_state
 
cb_to_cs cbcs
 
v_array< uint32_t > preds
 
v_array< float > cover_probs
 
CB::label cb_label
 
COST_SENSITIVE::label cs_label
 
COST_SENSITIVE::label second_cs_label
 
learner< cb_explore, example > * cs
 
size_t tau
 
float epsilon
 
size_t bag_size
 
size_t cover_size
 
float psi
 
size_t counter
 

Detailed Description

Definition at line 19 of file cb_explore.cc.

Constructor & Destructor Documentation

◆ ~cb_explore()

CB_EXPLORE::cb_explore::~cb_explore ( )
inline

Member Data Documentation

◆ _random_state

std::shared_ptr<rand_state> CB_EXPLORE::cb_explore::_random_state

Definition at line 21 of file cb_explore.cc.

Referenced by CB_EXPLORE::predict_or_learn_bag().

◆ bag_size

size_t CB_EXPLORE::cb_explore::bag_size

Definition at line 34 of file cb_explore.cc.

Referenced by CB_EXPLORE::predict_or_learn_bag().

◆ cb_label

CB::label CB_EXPLORE::cb_explore::cb_label

Definition at line 26 of file cb_explore.cc.

Referenced by CB_EXPLORE::predict_or_learn_cover().

◆ cbcs

cb_to_cs CB_EXPLORE::cb_explore::cbcs

◆ counter

size_t CB_EXPLORE::cb_explore::counter

◆ cover_probs

v_array<float> CB_EXPLORE::cb_explore::cover_probs

Definition at line 24 of file cb_explore.cc.

Referenced by CB_EXPLORE::predict_or_learn_cover().

◆ cover_size

size_t CB_EXPLORE::cb_explore::cover_size

◆ cs

learner<cb_explore, example>* CB_EXPLORE::cb_explore::cs

◆ cs_label

COST_SENSITIVE::label CB_EXPLORE::cb_explore::cs_label

Definition at line 27 of file cb_explore.cc.

Referenced by CB_EXPLORE::predict_or_learn_cover().

◆ epsilon

float CB_EXPLORE::cb_explore::epsilon

Definition at line 33 of file cb_explore.cc.

Referenced by CB_EXPLORE::predict_or_learn_greedy().

◆ preds

v_array<uint32_t> CB_EXPLORE::cb_explore::preds

◆ psi

float CB_EXPLORE::cb_explore::psi

Definition at line 36 of file cb_explore.cc.

Referenced by CB_EXPLORE::predict_or_learn_cover().

◆ second_cs_label

COST_SENSITIVE::label CB_EXPLORE::cb_explore::second_cs_label

Definition at line 28 of file cb_explore.cc.

Referenced by CB_EXPLORE::predict_or_learn_cover().

◆ tau

size_t CB_EXPLORE::cb_explore::tau

Definition at line 32 of file cb_explore.cc.

Referenced by CB_EXPLORE::predict_or_learn_first().


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