Table 2.
Configuration | kNN | NBC | SVM |
---|---|---|---|
Method | Euclidean, Mahalanobis | Gauss (2), KSF (3) | Linear (4), quadratic (5) |
Data normalisation | Yes (1) | No | Yes (1) |
Metrics | LOOCV, ROC | LOOCV, ROC | LOOCV, ROC |
Classes | 2 | 2 | 2 |
(1) Normalised based on ; (2) Kernel Smoothing Function: G(x) = ((2 * )−0.5) * exp(−0.5 * x2); (3) Kernel Smoothing Function: ; (4) Kernel Smoothing Function: G(x1,x2) = x1’x2; (5) Kernel Smoothing Function: G(x1,x2) = (1 + x1’x2)2.