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
15namespace BALL
16{
17 namespace QSAR
18 {
20 {
21 public:
26
28
29 protected:
31 virtual void calculateOffsets() {};
33
34
35
36
37 };
38 }
39}
40
41
42#endif // NLMODEL
Definition: constants.h:13
NonLinearModel(const QSARData &q)
virtual void calculateOffsets()
#define BALL_EXPORT
Definition: COMMON/global.h:50