Question
Data Science and Artificial Intelligence Question on Algorithm design techniques
Euclidean distance based k-means clustering algorithm was run on a dataset of 100 points with k = 3. If the points [1 1] and [−1 1] are both part of cluster 3, then which ONE of the following points is necessarily also part of cluster 3 ?
A
[0 0]
B
[0 2]
C
[2 0]
D
[0 1]
Answer
[0 1]
Explanation
Solution
The correct option is (D) : [0 1].