|
Vowpal Wabbit
|
#include "reductions.h"Go to the source code of this file.
Functions | |
| void | learn (char &, LEARNER::base_learner &, example &) |
| LEARNER::base_learner * | noop_setup (options_i &options, vw &) |
| void learn | ( | char & | , |
| LEARNER::base_learner & | , | ||
| example & | |||
| ) |
| LEARNER::base_learner* noop_setup | ( | options_i & | options, |
| vw & | |||
| ) |
Definition at line 14 of file noop.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(), and LEARNER::noop().
Referenced by parse_reductions().
1.8.13