Vowpal Wabbit
Public Member Functions | Public Attributes | List of all members
CSOAA::ldf Struct Reference

Public Member Functions

 ~ldf ()
 

Public Attributes

LabelDict::label_feature_map label_features
 
size_t read_example_this_loop
 
bool is_wap
 
bool first_pass
 
bool treat_as_classifier
 
bool is_probabilities
 
float csoaa_example_t
 
vwall
 
bool rank
 
action_scores a_s
 
uint64_t ft_offset
 
v_array< action_scoresstored_preds
 

Detailed Description

Definition at line 142 of file csoaa.cc.

Constructor & Destructor Documentation

◆ ~ldf()

CSOAA::ldf::~ldf ( )
inline

Definition at line 160 of file csoaa.cc.

References v_array< T >::delete_v(), and LabelDict::free_label_features().

161  {
163  a_s.delete_v();
164  stored_preds.delete_v();
165  }
action_scores a_s
Definition: csoaa.cc:155
v_array< action_scores > stored_preds
Definition: csoaa.cc:158
LabelDict::label_feature_map label_features
Definition: csoaa.cc:144
void delete_v()
Definition: v_array.h:98
void free_label_features(label_feature_map &lfm)

Member Data Documentation

◆ a_s

action_scores CSOAA::ldf::a_s

Definition at line 155 of file csoaa.cc.

Referenced by CSOAA::do_actual_learning().

◆ all

vw* CSOAA::ldf::all

Definition at line 152 of file csoaa.cc.

Referenced by CSOAA::do_actual_learning_wap(), and CSOAA::test_ldf_sequence().

◆ csoaa_example_t

float CSOAA::ldf::csoaa_example_t

Definition at line 151 of file csoaa.cc.

◆ first_pass

bool CSOAA::ldf::first_pass

Definition at line 148 of file csoaa.cc.

Referenced by CSOAA::end_pass().

◆ ft_offset

uint64_t CSOAA::ldf::ft_offset

◆ is_probabilities

bool CSOAA::ldf::is_probabilities

◆ is_wap

bool CSOAA::ldf::is_wap

Definition at line 147 of file csoaa.cc.

Referenced by CSOAA::do_actual_learning().

◆ label_features

LabelDict::label_feature_map CSOAA::ldf::label_features

◆ rank

bool CSOAA::ldf::rank

Definition at line 154 of file csoaa.cc.

Referenced by CSOAA::do_actual_learning(), and CSOAA::output_example_seq().

◆ read_example_this_loop

size_t CSOAA::ldf::read_example_this_loop

Definition at line 146 of file csoaa.cc.

◆ stored_preds

v_array<action_scores> CSOAA::ldf::stored_preds

Definition at line 158 of file csoaa.cc.

Referenced by CSOAA::do_actual_learning().

◆ treat_as_classifier

bool CSOAA::ldf::treat_as_classifier

Definition at line 149 of file csoaa.cc.

Referenced by CSOAA::do_actual_learning_oaa().


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