Question: Which of the following algorithms is commonly used for hierarchical clustering?
Options:
Correct Answer: Agglomerative clustering
Solution:
Agglomerative clustering is a popular method for hierarchical clustering, where clusters are formed by merging smaller clusters.