BALL
1.5.0
Loading...
Searching...
No Matches
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
regressionModel.h
BALL
Definition
constants.h:13
BALL::QSAR::LinearModel
Definition
linearModel.h:18
BALL::QSAR::LinearModel::operator=
virtual void operator=(const LinearModel &m)
BALL::QSAR::LinearModel::~LinearModel
~LinearModel()
BALL::QSAR::LinearModel::predict
virtual Eigen::VectorXd predict(const vector< double > &substance, bool transform=1)
BALL::QSAR::LinearModel::LinearModel
LinearModel(const QSARData &q)
BALL::QSAR::LinearModel::calculateOffsets
void calculateOffsets()
BALL::QSAR::QSARData
Definition
QSARData.h:56
BALL::QSAR::RegressionModel
Definition
regressionModel.h:21
BALL_EXPORT
#define BALL_EXPORT
Definition
COMMON/global.h:50
Generated by
1.12.0