BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
svrModel.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 //
5 
6 #ifndef SVRMODEL
7 #define SVRMODEL
8 
9 #ifndef KMODEL
10 #include <BALL/QSAR/kernelModel.h>
11 #endif
12 
13 #ifndef NLMODEL
15 #endif
16 
17 
18 namespace BALL
19 {
20  namespace QSAR
21  {
23  {
24  public:
28  SVRModel(const QSARData& q, int k_type, double p1, double p2);
29 
30  ~SVRModel();
32 
33 
34 
35  };
36  }
37 }
38 
39 
40 #endif // SVMMODEL
#define BALL_EXPORT
Definition: COMMON/global.h:50