Vowpal Wabbit
baseline.h
Go to the documentation of this file.
1 /*
2 Copyright (c) by respective owners including Yahoo!, Microsoft, and
3 individual contributors. All rights reserved. Released under a BSD
4 license as described in the file LICENSE.
5  */
6 #pragma once
7 
9 
10 namespace BASELINE
11 {
12 // utility functions for disabling baseline on a given example
15 bool baseline_enabled(example* ec);
16 } // namespace BASELINE
void set_baseline_enabled(example *ec)
Definition: baseline.cc:23
void reset_baseline_disabled(example *ec)
Definition: baseline.cc:38
LEARNER::base_learner * baseline_setup(VW::config::options_i &options, vw &all)
Definition: baseline.cc:193
bool baseline_enabled(example *ec)
Definition: baseline.cc:51