#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.
◆ RegistryEntry() [1/3]
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 |
◆ RegistryEntry() [2/3]
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 |
◆ RegistryEntry() [3/3]
BALL::QSAR::RegistryEntry::RegistryEntry |
( |
const RegistryEntry & |
entry | ) |
|
◆ ~RegistryEntry()
BALL::QSAR::RegistryEntry::~RegistryEntry |
( |
| ) |
|
◆ getRegistry()
Registry* BALL::QSAR::RegistryEntry::getRegistry |
( |
| ) |
|
◆ getStatistics()
const std::map<unsigned int,String>* BALL::QSAR::RegistryEntry::getStatistics |
( |
| ) |
|
◆ getStatName()
String BALL::QSAR::RegistryEntry::getStatName |
( |
int |
s | ) |
|
◆ Registry
◆ create
◆ createKernel1
◆ createKernel2
◆ kernel
bool BALL::QSAR::RegistryEntry::kernel |
◆ latent_variables
bool BALL::QSAR::RegistryEntry::latent_variables |
◆ name
String BALL::QSAR::RegistryEntry::name |
◆ name_abreviation
String BALL::QSAR::RegistryEntry::name_abreviation |
◆ optimizableParameters
std::multiset<int> BALL::QSAR::RegistryEntry::optimizableParameters |
◆ parameterDefaults
vector<double> BALL::QSAR::RegistryEntry::parameterDefaults |
◆ parameterNames
vector<String> BALL::QSAR::RegistryEntry::parameterNames |
◆ regression
bool BALL::QSAR::RegistryEntry::regression |