BALL
1.4.2
|
#include <BALL/QSAR/automaticModelCreator.h>
Public Member Functions | |
AutomaticModelCreator (const QSARData *data) | |
Model * | generateModel () |
void | setData (const QSARData *data) |
void | setMinQuality (double min_quality) |
Private Member Functions | |
void | optimizeParameters (Model *model) |
void | selectFeatures (Model *model) |
Private Attributes | |
const QSARData * | data_ |
double | min_quality_ |
A class for automatic creation of the most appropriate QSAR model.\n
All available model-types are therefore evaluated using nested cross-validation and several successive feature selection steps.
Definition at line 12 of file automaticModelCreator.h.
BALL::QSAR::AutomaticModelCreator::AutomaticModelCreator | ( | const QSARData * | data | ) |
Model* BALL::QSAR::AutomaticModelCreator::generateModel | ( | ) |
Start the search for most appropriate QSAR model for the current data. \n
All available model-types are therefore evaluated using nested cross-validation and several successive feature selection steps.
The model that obtained the highest nested prediction quality (>min_quality_) will be returned by this function.
If no model achieved a quality higher than min_quality_, 0 will be returned.
|
private |
|
private |
void BALL::QSAR::AutomaticModelCreator::setData | ( | const QSARData * | data | ) |
void BALL::QSAR::AutomaticModelCreator::setMinQuality | ( | double | min_quality | ) |
|
private |
Definition at line 34 of file automaticModelCreator.h.
|
private |
Definition at line 36 of file automaticModelCreator.h.