← Back to ML Visualizations

DBSCAN Clustering

Density-Based Spatial Clustering of Applications with Noise.

ε (epsilon): Maximum distance between neighbors

minPts: Minimum points to form a dense region

Unlike k-means, DBSCAN finds clusters of arbitrary shape and identifies noise/outliers.

Core
Border
Noise

Results

Total Points: 0
Clusters: 0
Core Points: 0
Border Points: 0
Noise Points: 0
40
5
Click canvas to add points