Vowpal Wabbit
|
#include "reductions.h"
#include "cb_algs.h"
#include "vw.h"
#include "cb_adf.h"
#include "rand48.h"
#include "gen_cs_example.h"
#include <memory>
Go to the source code of this file.
Classes | |
struct | EXPLORE_EVAL::explore_eval |
Namespaces | |
EXPLORE_EVAL | |
Functions | |
void | EXPLORE_EVAL::finish (explore_eval &data) |
void | EXPLORE_EVAL::output_example (vw &all, explore_eval &c, example &ec, multi_ex *ec_seq) |
void | EXPLORE_EVAL::output_example_seq (vw &all, explore_eval &data, multi_ex &ec_seq) |
void | EXPLORE_EVAL::finish_multiline_example (vw &all, explore_eval &data, multi_ex &ec_seq) |
template<bool is_learn> | |
void | EXPLORE_EVAL::do_actual_learning (explore_eval &data, multi_learner &base, multi_ex &ec_seq) |
base_learner * | explore_eval_setup (options_i &options, vw &all) |
base_learner* explore_eval_setup | ( | options_i & | options, |
vw & | all | ||
) |
Definition at line 186 of file explore_eval.cc.
References prediction_type::action_probs, VW::config::option_group_definition::add(), VW::config::options_i::add_and_parse(), LEARNER::as_multiline(), label_type::cb, CB::cb_label, vw::delete_prediction, EXPLORE_EVAL::finish(), finish_multiline_example(), vw::get_random_state(), LEARNER::init_learner(), VW::config::options_i::insert(), vw::label_type, parser::lp, LEARNER::make_base(), VW::config::make_option(), vw::p, LEARNER::learner< T, E >::set_finish(), LEARNER::learner< T, E >::set_finish_example(), setup_base(), and VW::config::options_i::was_supplied().
Referenced by parse_reductions().