Vowpal Wabbit
|
Go to the source code of this file.
Classes | |
struct | ExpReplay::expreplay< lp > |
Namespaces | |
ExpReplay | |
Functions | |
template<bool is_learn, label_parser & lp> | |
void | ExpReplay::predict_or_learn (expreplay< lp > &er, LEARNER::single_learner &base, example &ec) |
template<label_parser & lp> | |
void | ExpReplay::multipredict (expreplay< lp > &, LEARNER::single_learner &base, example &ec, size_t count, size_t step, polyprediction *pred, bool finalize_predictions) |
template<label_parser & lp> | |
void | ExpReplay::end_pass (expreplay< lp > &er) |
template<char er_level, label_parser & lp> | |
LEARNER::base_learner * | ExpReplay::expreplay_setup (VW::config::options_i &options, vw &all) |