InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) k-means clustering is a method of vector quantization(b) k-means clustering aims to partition n observations into k clusters(c) k-nearest neighbor is same as k-means(d) none of the mentionedThe question was posed to me in final exam.Asked question is from Clustering in portion Data Analysis and Research of Data Science |
|
Answer» CORRECT OPTION is (C) k-nearest NEIGHBOR is same as k-means Explanation: k-nearest neighbor has NOTHING to do with k-means. |
|