BALL  1.5.0
nonlinearModel.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 //
5 
6 #ifndef NLMODEL
7 #define NLMODEL
8 
9 #ifndef REGRESSION
11 #endif
12 
13 
14 
15 namespace BALL
16 {
17  namespace QSAR
18  {
20  {
21  public:
25  NonLinearModel(const QSARData& q);
26 
27  ~NonLinearModel();
28 
29  protected:
31  virtual void calculateOffsets() {};
33 
34 
35 
36 
37  };
38  }
39 }
40 
41 
42 #endif // NLMODEL
BALL_EXPORT
#define BALL_EXPORT
Definition: COMMON/global.h:50
BALL
Definition: constants.h:12
BALL::QSAR::QSARData
Definition: QSARData.h:55
regressionModel.h
BALL::QSAR::NonLinearModel::calculateOffsets
virtual void calculateOffsets()
Definition: nonlinearModel.h:31
BALL::QSAR::RegressionModel
Definition: regressionModel.h:20
BALL::QSAR::NonLinearModel
Definition: nonlinearModel.h:19