24 #ifndef MODEL_FACTORY_H
30 #ifdef BALL_HAS_LIBSVM
41 typedef Model* (*CreateKernel1) (
const QSARData& q,
int k,
double p1,
double p2);
66 const std::map<uint,String>* getStatistics();
141 int getModelNo(
String model_name);
143 String getClassificationStatisticName(
uint no);
147 const std::map<uint,String>* getClassificationStatistics();
148 const std::map<uint,String>* getRegressionStatistics();
175 #endif // QSAR_REGISTRY