BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
mlrModel.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 //
5 
6 #ifndef MLRMODEL
7 #define MLRMODEL
8 
9 #ifndef LMODEL
10 #include <BALL/QSAR/linearModel.h>
11 #endif
12 
13 #ifndef QSAR_EXCEPTION
14 #include <BALL/QSAR/exception.h>
15 #endif
16 
17 
18 namespace BALL
19 {
20  namespace QSAR
21  {
23  {
24  public:
30  MLRModel(const QSARData& q);
31 
32  ~MLRModel();
34 
41  virtual void train();
43  };
44  }
45 }
46 
47 #endif // MLRMODEL
#define BALL_EXPORT
Definition: COMMON/global.h:50