#include <BALL/QSAR/modelFactory.h>
Static Public Member Functions | |
static T * | create (const QSARData &q) |
static T * | createKernel1 (const QSARData &q, int k, double p1, double p2) |
static T * | createKernel2 (const QSARData &q, String s1, String s2) |
Factory class. The factory class is used to create objects of the various regression / classification Models it was parameterized with.
Definition at line 51 of file modelFactory.h.
static T* BALL::QSAR::ModelFactory< T >::create | ( | const QSARData & | q | ) | [inline, static] |
Definition at line 55 of file modelFactory.h.
static T* BALL::QSAR::ModelFactory< T >::createKernel1 | ( | const QSARData & | q, | |
int | k, | |||
double | p1, | |||
double | p2 | |||
) | [inline, static] |
Definition at line 60 of file modelFactory.h.
static T* BALL::QSAR::ModelFactory< T >::createKernel2 | ( | const QSARData & | q, | |
String | s1, | |||
String | s2 | |||
) | [inline, static] |
Definition at line 65 of file modelFactory.h.