Question: What type of clustering algorithm is DBSCAN?
Options:
Correct Answer: Density-based
Solution:
DBSCAN is a density-based clustering algorithm that groups together points that are closely packed.