#include <BALL/QSAR/registry.h>
Public Member Functions | |
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< uint, String > * | getStatistics () |
String | getStatName (int s) |
Registry * | getRegistry () |
Public Attributes | |
bool | kernel |
bool | regression |
bool | latent_variables |
std::multiset< int > | optimizableParameters |
String | name |
String | name_abreviation |
CreateMethod | create |
CreateKernel1 | createKernel1 |
CreateKernel2 | createKernel2 |
vector< String > | parameterNames |
vector< double > | parameterDefaults |
Private Attributes | |
Registry * | registry_ |
Friends | |
class | Registry |
Definition at line 46 of file registry.h.
BALL::QSAR::RegistryEntry::RegistryEntry | ( | bool | k, | |
bool | r, | |||
String | n, | |||
String | ab, | |||
CreateMethod | c0 | |||
) |
Constructor for a RegistryEntry for a linear model.
ID | *unique* identifier for the model | |
n | the name of the model | |
ab | *unique* abbreviation of the model-name |
BALL::QSAR::RegistryEntry::RegistryEntry | ( | bool | k, | |
bool | r, | |||
String | n, | |||
String | ab, | |||
CreateKernel1 | c1, | |||
CreateKernel2 | c2 | |||
) |
Constructor for a RegistryEntry for a non-linear model.
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 | ( | ) |
String BALL::QSAR::RegistryEntry::getStatName | ( | int | s | ) |
friend class Registry [friend] |
Definition at line 86 of file registry.h.
Definition at line 76 of file registry.h.
Definition at line 77 of file registry.h.
Definition at line 78 of file registry.h.
Definition at line 69 of file registry.h.
Definition at line 71 of file registry.h.
Definition at line 74 of file registry.h.
Definition at line 75 of file registry.h.
std::multiset<int> BALL::QSAR::RegistryEntry::optimizableParameters |
Definition at line 72 of file registry.h.
Definition at line 80 of file registry.h.
Definition at line 79 of file registry.h.
Registry* BALL::QSAR::RegistryEntry::registry_ [private] |
Definition at line 84 of file registry.h.
Definition at line 70 of file registry.h.