Question: In hierarchical clustering, what is the difference between agglomerative and divisive methods?
Options:
Correct Answer: Both A and B
Solution:
Agglomerative clustering starts with individual points and merges them into clusters, while divisive clustering starts with one cluster and splits it into smaller clusters.