Skip to content

e1071::SVM calculate distance to separating hyperplane

1 message · David Meyer

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

Regards,
David