SHOGUN
6.0.0
src
shogun
classifier
vw
vw_common.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2009 Yahoo! Inc. All rights reserved. The copyrights
3
* embodied in the content of this file are licensed under the BSD
4
* (revised) open source license.
5
*
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* Written (W) 2011 Shashwat Lal Das
12
* Copyright (C) 2011 Berlin Institute of Technology and Max-Planck-Society.
13
*/
14
15
#ifndef _VW_COMMON_H__
16
#define _VW_COMMON_H__
17
18
#include <shogun/lib/config.h>
19
20
#include <
shogun/lib/DataType.h
>
21
#include <
shogun/lib/common.h
>
22
#include <
shogun/mathematics/Math.h
>
23
24
#include <
shogun/lib/v_array.h
>
25
#include <
shogun/io/SGIO.h
>
26
#include <
shogun/classifier/vw/vw_constants.h
>
27
#include <
shogun/classifier/vw/VwEnvironment.h
>
28
#include <
shogun/classifier/vw/vw_label.h
>
29
#include <
shogun/classifier/vw/vw_example.h
>
30
31
#endif // _VW_COMMON_H__
DataType.h
Math.h
SGIO.h
vw_label.h
VwEnvironment.h
v_array.h
common.h
vw_example.h
vw_constants.h
SHOGUN
Machine Learning Toolbox - Documentation