vw_common.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2009 Yahoo! Inc.  All rights reserved.  The copyrights
00003  * embodied in the content of this file are licensed under the BSD
00004  * (revised) open source license.
00005  *
00006  * This program is free software; you can redistribute it and/or modify
00007  * it under the terms of the GNU General Public License as published by
00008  * the Free Software Foundation; either version 3 of the License, or
00009  * (at your option) any later version.
00010  *
00011  * Written (W) 2011 Shashwat Lal Das
00012  * Copyright (C) 2011 Berlin Institute of Technology and Max-Planck-Society.
00013  */
00014 
00015 #ifndef _VW_COMMON_H__
00016 #define _VW_COMMON_H__
00017 
00018 #include <shogun/lib/DataType.h>
00019 #include <shogun/lib/common.h>
00020 #include <shogun/mathematics/Math.h>
00021 
00022 #include <shogun/lib/v_array.h>
00023 #include <shogun/io/SGIO.h>
00024 #include <shogun/classifier/vw/vw_constants.h>
00025 #include <shogun/classifier/vw/VwEnvironment.h>
00026 #include <shogun/classifier/vw/vw_label.h>
00027 #include <shogun/classifier/vw/vw_example.h>
00028 
00029 #endif // _VW_COMMON_H__
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation