Find classification edge for support vector machine (SVM) classifier by resubstitution
returns the resubstitution Classification Edge (e
= resubEdge(SVMModel
)e
) for the support vector
machine (SVM) classifier SVMModel
using the training data stored
in SVMModel.X
and the corresponding class labels stored in
SVMModel.Y
.
The classification edge is a scalar value that represents the weighted mean of the classification margins.
For binary classification, the software defines the margin for observation j, mj, as
where yj ∊ {-1,1}, and f(xj) is the predicted score of observation j for the positive class. However, mj = yjf(xj) is commonly used to define the margin.
[1] Christianini, N., and J. C. Shawe-Taylor. An Introduction to Support Vector Machines and Other Kernel-Based Learning Methods. Cambridge, UK: Cambridge University Press, 2000.
ClassificationSVM
| CompactClassificationSVM
| edge
| fitcsvm
| resubLoss
| resubMargin