Vowpal Wabbit
|
#include "label_parser.h"
Go to the source code of this file.
Classes | |
struct | label_data |
Functions | |
void | return_simple_example (vw &all, void *, example &ec) |
bool | summarize_holdout_set (vw &all, size_t &no_win_counter) |
void | print_update (vw &all, example &ec) |
void | output_and_account_example (vw &all, example &ec) |
Variables | |
label_parser | simple_label |
Definition at line 119 of file simple_label.cc.
References f, vw::final_prediction_sink, example::l, label_data::label, example::loss, example::num_features, example::partial_prediction, example::pred, vw::print, print_update(), vw::raw_prediction, polyprediction::scalar, vw::sd, polylabel::simple, v_array< T >::size(), example::tag, example::test_only, shared_data::update(), example::weight, and shared_data::weighted_labels.
Referenced by return_simple_example().
Definition at line 109 of file simple_label.cc.
References vw::bfgs, vw::current_pass, shared_data::dump_interval, vw::holdout_set_off, example::l, label_data::label, example::num_features, example::pred, shared_data::print_update(), vw::progress_add, vw::progress_arg, vw::quiet, polyprediction::scalar, vw::sd, polylabel::simple, shared_data::weighted_labeled_examples, and shared_data::weighted_unlabeled_examples.
Referenced by output_and_account_example().
Definition at line 137 of file simple_label.cc.
References VW::finish_example(), and output_and_account_example().
Referenced by finish_example(), LEARNER::learner< CB_EXPLORE::cb_explore, example >::init_learner(), and receive_result().
bool summarize_holdout_set | ( | vw & | all, |
size_t & | no_win_counter | ||
) |
Definition at line 143 of file simple_label.cc.
References accumulate_scalar(), vw::all_reduce, vw::current_pass, f, shared_data::holdout_best_loss, shared_data::holdout_best_pass, shared_data::holdout_sum_loss_since_last_pass, vw::sd, and shared_data::weighted_holdout_examples_since_last_pass.
Referenced by GD::end_pass(), and end_pass().
label_parser simple_label |
Definition at line 106 of file simple_label.cc.
Referenced by baseline_setup(), CSOAA::do_actual_learning_oaa(), CSOAA::do_actual_learning_wap(), CSOAA::make_single_prediction(), parser::parser(), and baseline::~baseline().