Vowpal Wabbit
|
Go to the source code of this file.
Classes | |
struct | |
Functions | |
void | print_feature (vw &, float value, uint64_t index) |
void | learn (print &p, LEARNER::base_learner &, example &ec) |
LEARNER::base_learner * | print_setup (options_i &options, vw &all) |
void learn | ( | print & | p, |
LEARNER::base_learner & | , | ||
example & | ec | ||
) |
Definition at line 22 of file print.cc.
References print::all, v_array< T >::begin(), v_array< T >::empty(), label_data::initial, example::l, label_data::label, polylabel::simple, v_array< T >::size(), example::tag, and example::weight.
Referenced by print_setup().
void print_feature | ( | vw & | , |
float | value, | ||
uint64_t | index | ||
) |
LEARNER::base_learner* print_setup | ( | options_i & | options, |
vw & | all | ||
) |
Definition at line 45 of file print.cc.
References VW::config::option_group_definition::add(), VW::config::options_i::add_and_parse(), LEARNER::init_learner(), learn(), LEARNER::make_base(), VW::config::make_option(), parameters::stride_shift(), and vw::weights.
Referenced by parse_reductions().