Vowpal Wabbit
|
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 |
vw * | all |
bool | rank |
action_scores | a_s |
uint64_t | ft_offset |
v_array< action_scores > | stored_preds |
|
inline |
Definition at line 160 of file csoaa.cc.
References v_array< T >::delete_v(), and LabelDict::free_label_features().
action_scores CSOAA::ldf::a_s |
Definition at line 155 of file csoaa.cc.
Referenced by CSOAA::do_actual_learning().
vw* CSOAA::ldf::all |
Definition at line 152 of file csoaa.cc.
Referenced by CSOAA::do_actual_learning_wap(), and CSOAA::test_ldf_sequence().
bool CSOAA::ldf::first_pass |
Definition at line 148 of file csoaa.cc.
Referenced by CSOAA::end_pass().
uint64_t CSOAA::ldf::ft_offset |
Definition at line 156 of file csoaa.cc.
Referenced by CSOAA::do_actual_learning(), CSOAA::do_actual_learning_oaa(), CSOAA::do_actual_learning_wap(), and CSOAA::make_single_prediction().
bool CSOAA::ldf::is_probabilities |
Definition at line 150 of file csoaa.cc.
Referenced by CSOAA::do_actual_learning(), CSOAA::output_example(), and CSOAA::output_example_seq().
bool CSOAA::ldf::is_wap |
Definition at line 147 of file csoaa.cc.
Referenced by CSOAA::do_actual_learning().
LabelDict::label_feature_map CSOAA::ldf::label_features |
Definition at line 144 of file csoaa.cc.
Referenced by CSOAA::do_actual_learning_oaa(), CSOAA::do_actual_learning_wap(), CSOAA::make_single_prediction(), and CSOAA::process_label().
bool CSOAA::ldf::rank |
Definition at line 154 of file csoaa.cc.
Referenced by CSOAA::do_actual_learning(), and CSOAA::output_example_seq().
v_array<action_scores> CSOAA::ldf::stored_preds |
Definition at line 158 of file csoaa.cc.
Referenced by CSOAA::do_actual_learning().
bool CSOAA::ldf::treat_as_classifier |
Definition at line 149 of file csoaa.cc.
Referenced by CSOAA::do_actual_learning_oaa().