- 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 1 (14.7 KiB) Viewed 10 times
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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 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 attrib
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