Vowpal Wabbit
|
#include "autolink.h"
#include "learner.h"
#include "global_data.h"
#include "parse_args.h"
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | VW::autolink |
Namespaces | |
VW | |
Functions | |
template<bool is_learn> | |
void | predict_or_learn (VW::autolink &b, LEARNER::single_learner &base, example &ec) |
LEARNER::base_learner * | autolink_setup (options_i &options, vw &all) |
LEARNER::base_learner* autolink_setup | ( | options_i & | options, |
vw & | all | ||
) |
Definition at line 85 of file autolink.cc.
References VW::config::option_group_definition::add(), VW::config::options_i::add_and_parse(), LEARNER::as_singleline(), LEARNER::init_learner(), LEARNER::make_base(), VW::config::make_option(), setup_base(), parameters::stride_shift(), VW::config::options_i::was_supplied(), and vw::weights.
Referenced by parse_reductions().
void predict_or_learn | ( | VW::autolink & | b, |
LEARNER::single_learner & | base, | ||
example & | ec | ||
) |
Definition at line 77 of file autolink.cc.
References VW::autolink::learn(), and VW::autolink::predict().