Vowpal Wabbit
vowpalwabbit
reductions.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
#include <boost/program_options.hpp>
8
#include <boost/program_options/parsers.hpp>
9
namespace
po = boost::program_options;
10
#include "
io_buf.h
"
// for save/load
11
#include "
example.h
"
// for example definition
12
#include "
parser.h
"
// for finish_example()
13
#include "
learner.h
"
// for core reduction definition
14
#include "
global_data.h
"
// for vw datastructure
15
#include "
memory.h
"
16
#include "
parse_args.h
"
memory.h
io_buf.h
example.h
parser.h
learner.h
parse_args.h
global_data.h
Generated on Thu Apr 9 2020 14:45:25 for Vowpal Wabbit by
1.8.13