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

Public Member Functions

 ~active_cover ()
 

Public Attributes

float active_c0
 
float alpha
 
float beta_scale
 
bool oracular
 
size_t cover_size
 
float * lambda_n
 
float * lambda_d
 
vwall
 
std::shared_ptr< rand_state_random_state
 
LEARNER::base_learnerl
 

Detailed Description

Definition at line 20 of file active_cover.cc.

Constructor & Destructor Documentation

◆ ~active_cover()

active_cover::~active_cover ( )
inline

Definition at line 36 of file active_cover.cc.

37  {
38  delete[] lambda_n;
39  delete[] lambda_d;
40  }
float * lambda_n
Definition: active_cover.cc:29
float * lambda_d
Definition: active_cover.cc:30

Member Data Documentation

◆ _random_state

std::shared_ptr<rand_state> active_cover::_random_state

Definition at line 33 of file active_cover.cc.

Referenced by query_decision().

◆ active_c0

float active_cover::active_c0

Definition at line 23 of file active_cover.cc.

Referenced by predict_or_learn_active_cover().

◆ all

vw* active_cover::all

Definition at line 32 of file active_cover.cc.

Referenced by predict_or_learn_active_cover(), and query_decision().

◆ alpha

float active_cover::alpha

Definition at line 24 of file active_cover.cc.

Referenced by predict_or_learn_active_cover().

◆ beta_scale

float active_cover::beta_scale

Definition at line 25 of file active_cover.cc.

Referenced by predict_or_learn_active_cover().

◆ cover_size

size_t active_cover::cover_size

Definition at line 27 of file active_cover.cc.

Referenced by predict_or_learn_active_cover(), and query_decision().

◆ l

LEARNER::base_learner* active_cover::l

Definition at line 34 of file active_cover.cc.

◆ lambda_d

float* active_cover::lambda_d

Definition at line 30 of file active_cover.cc.

Referenced by predict_or_learn_active_cover(), and query_decision().

◆ lambda_n

float* active_cover::lambda_n

Definition at line 29 of file active_cover.cc.

Referenced by predict_or_learn_active_cover(), and query_decision().

◆ oracular

bool active_cover::oracular

Definition at line 26 of file active_cover.cc.

Referenced by query_decision().


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