Vowpal Wabbit
|
Go to the source code of this file.
Namespaces | |
BASELINE | |
Functions | |
LEARNER::base_learner * | baseline_setup (VW::config::options_i &options, vw &all) |
void | BASELINE::set_baseline_enabled (example *ec) |
void | BASELINE::reset_baseline_disabled (example *ec) |
bool | BASELINE::baseline_enabled (example *ec) |
LEARNER::base_learner* baseline_setup | ( | VW::config::options_i & | options, |
vw & | all | ||
) |
Definition at line 193 of file baseline.cc.
References VW::config::option_group_definition::add(), add(), VW::config::options_i::add_and_parse(), VW::alloc_examples(), LEARNER::as_singleline(), loss_function::getType(), LEARNER::init_learner(), vw::interactions, label_parser::label_size, vw::loss, LEARNER::make_base(), VW::config::make_option(), sensitivity(), LEARNER::learner< T, E >::set_sensitivity(), setup_base(), and simple_label.
Referenced by parse_reductions().