BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | List of all members
BALL::QSAR::ModelFactory< T > Class Template Reference

#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)
 

Detailed Description

template<typename T>
class BALL::QSAR::ModelFactory< T >

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.

Member Function Documentation

template<typename T >
static T* BALL::QSAR::ModelFactory< T >::create ( const QSARData q)
inlinestatic

Definition at line 55 of file modelFactory.h.

template<typename T >
static T* BALL::QSAR::ModelFactory< T >::createKernel1 ( const QSARData q,
int  k,
double  p1,
double  p2 
)
inlinestatic

Definition at line 60 of file modelFactory.h.

template<typename T >
static T* BALL::QSAR::ModelFactory< T >::createKernel2 ( const QSARData q,
String  s1,
String  s2 
)
inlinestatic

Definition at line 65 of file modelFactory.h.