Consider the following train data: X 1 1 3 5 2 O Neither 0 nor 1 Y 1 7 3 4 5 O 0 only Z 0 1 where X and Y are the attrib
Posted: Tue Jul 05, 2022 9:57 am
Consider the following train data: X 1 1 3 5 2 O Neither 0 nor 1 Y 1 7 3 4 5 O 0 only Z 0 1 where X and Y are the attributes and Z is the target class. Using a KNN classifier with k = 3 and using the Manhattan distance, how should the test value X=3, Y=6 be classified. O 1 only O Either 0 or 1 1 0 0