petabi / petal-clustering

DBSCAN and OPTICS clustering algorithms.
Apache License 2.0
26 stars 4 forks source link

HDBSCAN clustering algorithm #29

Closed msk closed 2 years ago

msk commented 4 years ago

HDBSCAN is a hierarchical version of DBSCAN which is also faster than OPTICS. A Python implementation for scikit-learn is available.

minshao commented 2 years ago

With #51, #54, HDBSCAN is available