Consider the scenarios described below for a point Xi:
a) It lies on the correct side of the margin
b) It lies on the margin line
c) It lies on the wrong side of the margin
d) It lies on the wrong side of the decision boundary
Shouldnt The answer be
0 ,
b/w 0 and 1 =>reason we are less confident with the datapoint but it is in correct region ,
1,
1
Like I want to confirm meaning of margin line also
According to me margin line means
w.Tx +b=1 and w.Tx +b=-1

