Vowpal Wabbit
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 {
11 
13 struct csoaa;
14 void finish_example(vw& all, csoaa&, example& ec);
15 } // namespace CSOAA
base_learner * csoaa_setup(options_i &options, vw &all)
Definition: csoaa.cc:117
void finish_example(vw &all, csoaa &, example &ec)
Definition: csoaa.cc:115
Definition: csoaa.cc:23
base_learner * csldf_setup(options_i &options, vw &all)
Definition: csoaa.cc:787