Vowpal Wabbit
vowpalwabbit
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
8
LEARNER::base_learner
*
baseline_setup
(
VW::config::options_i
& options,
vw
& all);
9
10
namespace
BASELINE
11
{
12
// utility functions for disabling baseline on a given example
13
void
set_baseline_enabled
(
example
* ec);
14
void
reset_baseline_disabled
(
example
* ec);
15
bool
baseline_enabled
(
example
* ec);
16
}
// namespace BASELINE
BASELINE::set_baseline_enabled
void set_baseline_enabled(example *ec)
Definition:
baseline.cc:23
LEARNER::learner
Definition:
cb_explore.h:11
vw
Definition:
global_data.h:369
BASELINE
Definition:
baseline.cc:21
VW::config::options_i
Definition:
options.h:107
BASELINE::reset_baseline_disabled
void reset_baseline_disabled(example *ec)
Definition:
baseline.cc:38
example
Definition:
example.h:54
baseline_setup
LEARNER::base_learner * baseline_setup(VW::config::options_i &options, vw &all)
Definition:
baseline.cc:193
BASELINE::baseline_enabled
bool baseline_enabled(example *ec)
Definition:
baseline.cc:51
Generated on Thu Apr 9 2020 14:45:24 for Vowpal Wabbit by
1.8.13