Question: What is the main difference between agglomerative and divisive hierarchical clustering?
Options:
Correct Answer: Agglomerative starts with individual points, while divisive starts with one cluster
Solution:
Agglomerative clustering begins with individual data points and merges them into clusters, while divisive clustering starts with one cluster and splits it into smaller clusters.