InterviewSolution
Saved Bookmarks
| 1. |
Which of the following clustering type has characteristic shown in the below figure?(a) Partitional(b) Hierarchical(c) Naive bayes(d) None of the mentionedI have been asked this question in homework.I would like to ask this question from Clustering in section Data Analysis and Research of Data Science |
|
Answer» CORRECT answer is (B) Hierarchical Easiest EXPLANATION - Hierarchical clustering groups data over a variety of scales by creating a CLUSTER tree or dendrogram. |
|