BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
svmModel.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 //
5 
6 #ifndef SVMMODEL
7 #define SVMMODEL
8 
9 #ifndef CLASSIFICATION
11 #endif
12 
13 #ifndef KMODEL
14 #include <BALL/QSAR/kernelModel.h>
15 #endif
16 
17 #ifndef NLMODEL
19 #endif
20 
21 namespace BALL{
22  namespace QSAR {
23 
26  {
27  public:
31  SVMModel(const QSARData& q);
32 
33  virtual ~SVMModel();
35 
36 
37  };
38  }
39 }
40 
41 #endif //SVMMODEL
#define BALL_EXPORT
Definition: COMMON/global.h:50