Skip to content
Prev 83290 / 398506 Next

e1071::SVM calculate distance to separating hyperplane

predict.svm() can give you the decision values which are the distances
you are looking for (up to a scaling constant).

Regards,
David