BALL 1.5.0
Loading...
Searching...
No Matches
svrModel.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4//
5
6#ifndef SVRMODEL
7#define SVRMODEL
8
9#ifndef KMODEL
11#endif
12
13#ifndef NLMODEL
15#endif
16
17
18namespace BALL
19{
20 namespace QSAR
21 {
23 {
24 public:
28 SVRModel(const QSARData& q, int k_type, double p1, double p2);
29
32
33
34
35 };
36 }
37}
38
39
40#endif // SVMMODEL
SVRModel(const QSARData &q, int k_type, double p1, double p2)
#define BALL_EXPORT