Question: Consider the dataset containing two attributes and a class label (A or B) as follows: [(2, 4, A), (3, 4, B), (1, 6, A), (1,
Consider the dataset containing two attributes and a class label (A or B) as follows: [(2, 4, A), (3, 4, B), (1, 6, A), (1, 5, A), (2, 6, B)]. Using 3-NN classification find the class label for the following points: (i) (2, 3), and (ii) (7, 7). Use Manhattan distance to compute the distance between two points.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
