In SVM we generally draw a hyperplane and classify data points based on which side of hyperplane they lie. What happens in the case where the data point falls on hyperplane itself. Test data may have such a case. How does SVM treat it ? Does it arbitrarily assigns it into one of the sides ?

Similar questions and discussions