BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members
BALL::QSAR::NonLinearModel Class Reference

#include <BALL/QSAR/nonlinearModel.h>

Inheritance diagram for BALL::QSAR::NonLinearModel:
BALL::QSAR::RegressionModel BALL::QSAR::Model BALL::QSAR::ALLModel BALL::QSAR::FitModel BALL::QSAR::KernelModel BALL::QSAR::KNNModel BALL::QSAR::GPModel BALL::QSAR::KPCRModel BALL::QSAR::KPLSModel BALL::QSAR::SVRModel BALL::QSAR::LibsvmModel

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
RegressionValidationvalidation
 
- Public Attributes inherited from BALL::QSAR::Model
const QSARDatadata
 
Validationmodel_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< doubletraining_result_
 
Vector< doubleoffsets_
 

Detailed Description

Definition at line 39 of file nonlinearModel.h.

Constructor & Destructor Documentation

BALL::QSAR::NonLinearModel::NonLinearModel ( const QSARData q)
BALL::QSAR::NonLinearModel::~NonLinearModel ( )

Member Function Documentation

virtual void BALL::QSAR::NonLinearModel::calculateOffsets ( )
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.