Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 714 Bytes

File metadata and controls

26 lines (20 loc) · 714 Bytes

DBSCAN

density-based clustering algorithm in Python

Works with 2D points.

Usage

Run with parameters (optional):

Example:

python dblp.py -f datasets/annulus.csv -eps 5 -min 10

Output

  • Silhouette Coefficients
  • SSE
  • Dunn index
  • Size of clusters
  • Python plot with points, colored by clusters

Example: DBSCAN output