#include <BALL/QSAR/registry.h>
Definition at line 92 of file registry.h.
BALL::QSAR::Registry::Registry | ( | ) |
BALL::QSAR::Registry::~Registry | ( | ) |
void BALL::QSAR::Registry::addEntry | ( | RegistryEntry | entry, | |
int | uniqueID | |||
) |
RegistryEntryIterator BALL::QSAR::Registry::beginEntry | ( | ) |
returns an iterator to the first model in model_map
RegistryEntryIterator BALL::QSAR::Registry::endEntry | ( | ) |
returns an iterator past the last model of model_map
RegistryEntry* BALL::QSAR::Registry::getEntry | ( | int | ID | ) |
returns the RegistryEntry for a given model ID
RegistryEntry* BALL::QSAR::Registry::getEntry | ( | String | model_name | ) |
returns the RegistryEntry for a given model name
int BALL::QSAR::Registry::getModelNo | ( | String | model_name | ) |
return the ID of a specified model
friend class RegistryEntry [friend] |
Definition at line 168 of file registry.h.
std::map<uint,String> BALL::QSAR::Registry::classification_statistics [private] |
Definition at line 163 of file registry.h.
the default value for the absolute value of the correlation coefficient for removing of nearly colinear features
Definition at line 124 of file registry.h.
Definition at line 129 of file registry.h.
Definition at line 130 of file registry.h.
Definition at line 127 of file registry.h.
Definition at line 128 of file registry.h.
Definition at line 126 of file registry.h.
default value for k-fold cross validation
Definition at line 109 of file registry.h.
default value for first parameter of non-rbf kernels
Definition at line 100 of file registry.h.
default value for second parameter of non-rbf kernels
Definition at line 103 of file registry.h.
the default number of nested validation folds
Definition at line 121 of file registry.h.
the default number of boostrap samples
Definition at line 115 of file registry.h.
the default number of permutations to be done during response permutation testing
Definition at line 112 of file registry.h.
default value for parameter of rbf kernels
Definition at line 106 of file registry.h.
the default value for the fraction of the input data that should be set aside in case of external/nested validation
Definition at line 118 of file registry.h.
std::map<uint,String> BALL::QSAR::Registry::feature_selection_names [private] |
Definition at line 165 of file registry.h.
std::map<String,int> BALL::QSAR::Registry::model_map [private] |
enable fast finding of a RegistryEntry for a given model name
Definition at line 161 of file registry.h.
std::map<int,RegistryEntry> BALL::QSAR::Registry::registered_models [private] |
Definition at line 158 of file registry.h.
std::map<uint,String> BALL::QSAR::Registry::regression_statistics [private] |
Definition at line 164 of file registry.h.
std::map<uint,String> BALL::QSAR::Registry::validation_names [private] |
Definition at line 166 of file registry.h.