BALL
1.4.2
|
#include <BALL/QSAR/nonlinearModel.h>
Constructors and Destructors | |
NonLinearModel (const QSARData &q) | |
~NonLinearModel () | |
virtual void | calculateOffsets () |
Additional Inherited Members | |
Public Member Functions inherited from BALL::QSAR::RegressionModel | |
RegressionModel (const QSARData &q) | |
~RegressionModel () | |
virtual void | operator= (const RegressionModel &m) |
const BALL::Matrix< double > * | getTrainingResult () const |
virtual void | saveToFile (string filename) |
virtual void | readFromFile (string filename) |
void | show () |
Public Attributes inherited from BALL::QSAR::RegressionModel | |
RegressionValidation * | validation |
Public Attributes inherited from BALL::QSAR::Model | |
const QSARData * | data |
Validation * | model_val |
Protected Member Functions inherited from BALL::QSAR::RegressionModel | |
void | readDescriptorInformationFromFile (std::ifstream &in, int no_descriptors, bool transformation, int no_coefficients) |
void | saveDescriptorInformationToFile (std::ofstream &out) |
Protected Attributes inherited from BALL::QSAR::RegressionModel | |
BALL::Matrix< double > | training_result_ |
Vector< double > | offsets_ |
Definition at line 39 of file nonlinearModel.h.
BALL::QSAR::NonLinearModel::NonLinearModel | ( | const QSARData & | q | ) |
BALL::QSAR::NonLinearModel::~NonLinearModel | ( | ) |
|
inlineprotectedvirtual |
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.