Question #16
Reading: Reading 3 Machine Learning
PDF File: Reading 3 Machine Learning.pdf
Page: 6
Status: Unattempted
Part of Context Group: Q16-18
First in Group
Shared Context
Question
Which of the following statements Nowak makes about hierarchical clustering is most accurate?
Answer Choices:
A. Bottom-up hierarchical clustering begins with each observation being its own cluster
B. In divisive hierarchical clustering, the algorithm seeks out the two closest clusters
C. Hierarchical clustering is a supervised iterative algorithm that is used to build a hierarchy of clusters
Explanation
Agglomerative (bottom-up) hierarchical clustering begins with each observation being its
own cluster. Then, the algorithm finds the two closest clusters, and combines them into a
new, larger cluster. Hierarchical clustering is an unsupervised iterative algorithm. Divisive
(top-down) hierarchical clustering progressively partitions clusters into smaller clusters
until each cluster contains only one observation.