BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Classes | Typedefs | Functions
BALL::QSAR Namespace Reference

Namespaces

 Exception
 

Classes

class  ALLModel
 
class  AutomaticModelCreator
 
class  BayesModel
 
class  ClassificationModel
 
class  ClassificationValidation
 
class  ConfigIO
 
class  FeatureSelection
 
struct  FeatureSelectionConfiguration
 
class  GPModel
 
struct  InputConfiguration
 
struct  InputPartitioningConfiguration
 
class  Kernel
 
class  KernelModel
 
class  KNNModel
 
class  KPCRModel
 
class  KPLSModel
 
class  LatentVariableModel
 
class  LDAModel
 
class  LibsvmModel
 
class  LinearModel
 
class  LogitModel
 
class  MLRModel
 
class  Model
 
struct  ModelConfiguration
 
class  ModelFactory
 
class  NBModel
 
class  NonLinearModel
 
class  OPLSModel
 
class  PCRModel
 
class  PLSModel
 
struct  PredictionConfiguration
 
class  QSARData
 
class  Registry
 
class  RegistryEntry
 
class  RegressionModel
 
class  RegressionValidation
 
class  RRModel
 
class  SNBModel
 
class  Statistics
 
class  SVMModel
 
class  SVRModel
 
class  Validation
 
struct  ValidationConfiguration
 

Typedefs

typedef vector< doubleColumn
 
typedef vector< ColumnVMatrix
 
typedef Model *(* CreateMethod )(const QSARData &q)
 
typedef Model *(* CreateKernel1 )(const QSARData &q, int k, double p1, double p2)
 
typedef Model *(* CreateKernel2 )(const QSARData &q, String s1, String s2)
 
typedef std::map< int,
RegistryEntry >::iterator 
RegistryEntryIterator
 

Functions

BALL_EXPORT ModelcreateNewModelFromFile (String model_file, const QSARData &q)
 

Typedef Documentation

typedef vector<double> BALL::QSAR::Column

Definition at line 51 of file QSARData.h.

typedef Model*(* BALL::QSAR::CreateKernel1)(const QSARData &q, int k, double p1, double p2)

Definition at line 21 of file registry.h.

typedef Model*(* BALL::QSAR::CreateKernel2)(const QSARData &q, String s1, String s2)

Definition at line 22 of file registry.h.

typedef Model*(* BALL::QSAR::CreateMethod)(const QSARData &q)

Definition at line 20 of file registry.h.

typedef std::map<int,RegistryEntry>::iterator BALL::QSAR::RegistryEntryIterator

Definition at line 70 of file registry.h.

typedef vector<Column> BALL::QSAR::VMatrix

Definition at line 52 of file QSARData.h.

Function Documentation

BALL_EXPORT Model* BALL::QSAR::createNewModelFromFile ( String  model_file,
const QSARData &  q 
)

convenience function for creating a new Model object from a given model-file