#include <BALL/QSAR/nonlinearModel.h>
Constructors and Destructors | |
| |
NonLinearModel (const QSARData &q) | |
~NonLinearModel () | |
virtual void | calculateOffsets () |
Definition at line 39 of file nonlinearModel.h.
BALL::QSAR::NonLinearModel::NonLinearModel | ( | const QSARData & | q | ) |
BALL::QSAR::NonLinearModel::~NonLinearModel | ( | ) |
virtual void BALL::QSAR::NonLinearModel::calculateOffsets | ( | ) | [inline, protected, virtual] |
do nothing for non-kernel models. KernelModel on the other hand overloads this function...
Implements BALL::QSAR::RegressionModel.
Reimplemented in BALL::QSAR::KernelModel.
Definition at line 51 of file nonlinearModel.h.