#include <BALL/QSAR/registry.h>
|
| RegistryEntry (bool k, bool r, String n, String ab, CreateMethod c0) |
|
| RegistryEntry (bool k, bool r, String n, String ab, CreateKernel1 c1, CreateKernel2 c2) |
|
| RegistryEntry (const RegistryEntry &entry) |
|
| ~RegistryEntry () |
|
const std::map< unsigned int,
String > * | getStatistics () |
|
String | getStatName (int s) |
|
Registry * | getRegistry () |
|
Definition at line 26 of file registry.h.
Constructor for a RegistryEntry for a linear model.
- Parameters
-
ID | unique identifier for the model |
n | the name of the model |
ab | unique abbreviation of the model-name |
Constructor for a RegistryEntry for a non-linear model.
- Parameters
-
ID | unique identifier for the model |
n | the name of the model |
ab | unique abbreviation of the model-name |
BALL::QSAR::RegistryEntry::RegistryEntry |
( |
const RegistryEntry & |
entry | ) |
|
BALL::QSAR::RegistryEntry::~RegistryEntry |
( |
| ) |
|
Registry* BALL::QSAR::RegistryEntry::getRegistry |
( |
| ) |
|
const std::map<unsigned int,String>* BALL::QSAR::RegistryEntry::getStatistics |
( |
| ) |
|
String BALL::QSAR::RegistryEntry::getStatName |
( |
int |
s | ) |
|
bool BALL::QSAR::RegistryEntry::kernel |
bool BALL::QSAR::RegistryEntry::latent_variables |
String BALL::QSAR::RegistryEntry::name |
String BALL::QSAR::RegistryEntry::name_abreviation |
std::multiset<int> BALL::QSAR::RegistryEntry::optimizableParameters |
vector<double> BALL::QSAR::RegistryEntry::parameterDefaults |
vector<String> BALL::QSAR::RegistryEntry::parameterNames |
bool BALL::QSAR::RegistryEntry::regression |