Vowpal Wabbit
vowpalwabbit
csoaa.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
namespace
CSOAA
9
{
10
LEARNER::base_learner
*
csoaa_setup
(
VW::config::options_i
& options,
vw
& all);
11
12
LEARNER::base_learner
*
csldf_setup
(
VW::config::options_i
& options,
vw
& all);
13
struct
csoaa;
14
void
finish_example
(
vw
& all, csoaa&,
example
& ec);
15
}
// namespace CSOAA
CSOAA::csoaa_setup
base_learner * csoaa_setup(options_i &options, vw &all)
Definition:
csoaa.cc:117
CSOAA::finish_example
void finish_example(vw &all, csoaa &, example &ec)
Definition:
csoaa.cc:115
LEARNER::learner
Definition:
cb_explore.h:11
vw
Definition:
global_data.h:369
CSOAA
Definition:
csoaa.cc:23
CSOAA::csldf_setup
base_learner * csldf_setup(options_i &options, vw &all)
Definition:
csoaa.cc:787
VW::config::options_i
Definition:
options.h:107
example
Definition:
example.h:54
Generated on Thu Apr 9 2020 14:45:24 for Vowpal Wabbit by
1.8.13