Problems
,KNN Problems
,1.Using the k-Nearest Neighbors (k-NN) algorithm, classify th
test point (x=3, y=8) based on the following dataset:{(1, 10, C
(5, 6, C2), (7, 9, C1), (9, 4, C2), (3, 2, C2)}.Classify x=3, y=8, k=
Solution:
1.Calculate Euclidean Distances
,