Question: Which of the following clustering methods can handle non-spherical clusters?
Options:
Correct Answer: DBSCAN
Solution:
DBSCAN can handle non-spherical clusters as it groups points based on density rather than distance.