|
Vowpal Wabbit
|
Go to the source code of this file.
Classes | |
| struct | VW::cb_sample_data |
Namespaces | |
| VW | |
Functions | |
| template<bool is_learn> | |
| void | learn_or_predict (cb_sample_data &data, multi_learner &base, multi_ex &examples) |
| base_learner * | cb_sample_setup (options_i &options, vw &all) |
| base_learner* cb_sample_setup | ( | options_i & | options, |
| vw & | all | ||
| ) |
Definition at line 97 of file cb_sample.cc.
References prediction_type::action_probs, VW::config::option_group_definition::add(), VW::config::options_i::add_and_parse(), LEARNER::as_multiline(), vw::get_random_state(), LEARNER::init_learner(), LEARNER::make_base(), VW::config::make_option(), setup_base(), THROW, and VW::config::options_i::was_supplied().
Referenced by parse_reductions().
| void learn_or_predict | ( | cb_sample_data & | data, |
| multi_learner & | base, | ||
| multi_ex & | examples | ||
| ) |
Definition at line 92 of file cb_sample.cc.
References VW::cb_sample_data::learn_or_predict().
1.8.13