SHOGUN v0.9.0
|
00001 /***********************************************************************/ 00002 /* */ 00003 /* SVMLight.h */ 00004 /* */ 00005 /* Author: Thorsten Joachims */ 00006 /* Date: 19.07.99 */ 00007 /* */ 00008 /* Copyright (c) 1999 Universitaet Dortmund - All rights reserved */ 00009 /* */ 00010 /* This software is available for non-commercial use only. It must */ 00011 /* not be modified and distributed without prior permission of the */ 00012 /* author. The author is not responsible for implications from the */ 00013 /* use of this software. */ 00014 /* */ 00015 /* THIS INCLUDES THE FOLLOWING ADDITIONS */ 00016 /* Generic Kernel Interfacing: Soeren Sonnenburg */ 00017 /* Parallizations: Soeren Sonnenburg */ 00018 /* Multiple Kernel Learning: Gunnar Raetsch, Soeren Sonnenburg */ 00019 /* Linadd Speedup: Gunnar Raetsch, Soeren Sonnenburg */ 00020 /* */ 00021 /***********************************************************************/ 00022 #ifndef _SVMLight_H___ 00023 #define _SVMLight_H___ 00024 00025 #include "lib/config.h" 00026 00027 00028 #endif //_SVMLight_H___