InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is finally produced by Hierarchical Clustering?(a) final estimate of cluster centroids(b) tree showing how close things are to each other(c) assignment of each point to clusters(d) all of the mentionedI got this question during an internship interview.I would like to ask this question from Clustering topic in chapter Data Analysis and Research of Data Science |
|
Answer» RIGHT CHOICE is (b) tree showing how close things are to each other Easiest explanation - Hierarchical CLUSTERING is an agglomerative approach. |
|