Vowpal Wabbit
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"