SHOGUN
v1.1.0
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
shogun
classifier
svm
SVMLight.h
Go to the documentation of this file.
1
/***********************************************************************/
2
/* */
3
/* SVMLight.h */
4
/* */
5
/* Author: Thorsten Joachims */
6
/* Date: 19.07.99 */
7
/* */
8
/* Copyright (c) 1999 Universitaet Dortmund - All rights reserved */
9
/* */
10
/* This software is available for non-commercial use only. It must */
11
/* not be modified and distributed without prior permission of the */
12
/* author. The author is not responsible for implications from the */
13
/* use of this software. */
14
/* */
15
/* THIS INCLUDES THE FOLLOWING ADDITIONS */
16
/* Generic Kernel Interfacing: Soeren Sonnenburg */
17
/* Parallizations: Soeren Sonnenburg */
18
/* Multiple Kernel Learning: Gunnar Raetsch, Soeren Sonnenburg */
19
/* Linadd Speedup: Gunnar Raetsch, Soeren Sonnenburg */
20
/* */
21
/***********************************************************************/
22
#ifndef _SVMLight_H___
23
#define _SVMLight_H___
24
25
#include <
shogun/lib/config.h
>
26
27
28
#endif //_SVMLight_H___
SHOGUN
Machine Learning Toolbox - Documentation