BALL 1.5.0
Loading...
Searching...
No Matches
svmModel.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4//
5
6#ifndef SVMMODEL
7#define SVMMODEL
8
9#ifndef CLASSIFICATION
11#endif
12
13#ifndef KMODEL
15#endif
16
17#ifndef NLMODEL
19#endif
20
21namespace BALL{
22 namespace QSAR {
23
26 {
27 public:
31 SVMModel(const QSARData& q);
32
33 virtual ~SVMModel();
35
36
37 };
38 }
39}
40
41#endif //SVMMODEL
SVMModel(const QSARData &q)
#define BALL_EXPORT