BALL
1.5.0
include
BALL
QSAR
linearModel.h
Go to the documentation of this file.
1
// -*- Mode: C++; tab-width: 2; -*-
2
// vi: set ts=2:
3
//
4
//
5
6
#ifndef LMODEL
7
#define LMODEL
8
9
#ifndef REGRESSION
10
#include <
BALL/QSAR/regressionModel.h
>
11
#endif
12
13
namespace
BALL
14
{
15
namespace
QSAR
16
{
17
class
BALL_EXPORT
LinearModel
:
public
RegressionModel
18
{
19
20
public
:
26
LinearModel
(
const
QSARData
& q);
27
28
~
LinearModel
();
29
30
virtual
void
operator=(
const
LinearModel
& m);
31
33
34
38
virtual
Eigen::VectorXd predict(
const
vector<double>& substance,
bool
transform=1);
39
40
protected
:
41
void
calculateOffsets();
43
};
44
}
45
}
46
47
#endif // LMODEL
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::LinearModel
Definition:
linearModel.h:17
BALL::QSAR::RegressionModel
Definition:
regressionModel.h:20
Generated by
1.8.16