tags: [AI/Tasks/Clustering, AI/Algorithms/DBSCAN]
Density-Based Spatial Clustering Application with Noise(DBSCAN) is a density-based clustering algorithm, which means density of items is used to assign items to clusters rather than a centroid or single point.
It requires two parameters:
Pros and cons