Vowpal Wabbit
|
Typedefs | |
typedef char | no_label |
Functions | |
char * | bufread_no_label (shared_data *, label_data *, char *c) |
size_t | read_cached_no_label (shared_data *, void *, io_buf &) |
float | get_weight (void *) |
char * | bufcache_no_label (label_data *, char *c) |
void | cache_no_label (void *, io_buf &) |
void | default_no_label (void *) |
bool | test_label (void *) |
void | delete_no_label (void *) |
void | parse_no_label (parser *, shared_data *, void *, v_array< substring > &words) |
void | print_no_label_update (vw &all, example &ec) |
void | output_and_account_no_label_example (vw &all, example &ec) |
void | return_no_label_example (vw &all, void *, example &ec) |
Variables | |
label_parser | no_label_parser |
typedef char no_label::no_label |
Definition at line 14 of file no_label.h.
char* no_label::bufcache_no_label | ( | label_data * | , |
char * | c | ||
) |
char* no_label::bufread_no_label | ( | shared_data * | , |
label_data * | , | ||
char * | c | ||
) |
void no_label::cache_no_label | ( | void * | , |
io_buf & | |||
) |
Definition at line 20 of file no_label.cc.
void no_label::default_no_label | ( | void * | ) |
Definition at line 22 of file no_label.cc.
void no_label::delete_no_label | ( | void * | ) |
Definition at line 26 of file no_label.cc.
float no_label::get_weight | ( | void * | ) |
Definition at line 16 of file no_label.cc.
Definition at line 54 of file no_label.cc.
References f, vw::final_prediction_sink, example::loss, example::num_features, example::partial_prediction, example::pred, vw::print, print_no_label_update(), vw::raw_prediction, polyprediction::scalar, vw::sd, v_array< T >::size(), example::tag, example::test_only, shared_data::update(), and example::weight.
void no_label::parse_no_label | ( | parser * | , |
shared_data * | , | ||
void * | , | ||
v_array< substring > & | words | ||
) |
Definition at line 44 of file no_label.cc.
References vw::bfgs, vw::current_pass, shared_data::dump_interval, vw::holdout_set_off, example::num_features, example::pred, shared_data::print_update(), vw::progress_add, vw::progress_arg, vw::quiet, polyprediction::scalar, vw::sd, shared_data::weighted_labeled_examples, and shared_data::weighted_unlabeled_examples.
Referenced by output_and_account_no_label_example().
size_t no_label::read_cached_no_label | ( | shared_data * | , |
void * | , | ||
io_buf & | |||
) |
Definition at line 14 of file no_label.cc.
Definition at line 68 of file no_label.cc.
References VW::finish_example(), and output_and_account_example().
bool no_label::test_label | ( | void * | ) |
Definition at line 24 of file no_label.cc.
label_parser no_label::no_label_parser |
Definition at line 41 of file no_label.cc.
Referenced by lda_setup().