nlesc-sherlock / cluster-analysis

2 stars 4 forks source link

HDBSCAN #21

Closed isazi closed 7 years ago

isazi commented 7 years ago

Added a new clustering algorithm to clustit: the Hierarchical Density-Based Spatial Clustering of Applications with Noise (HDBSCAN) [1]. Updated the command line utility, and fixed README and comments to reflect the fact that there are multiple algorithms to choose from.

[1] https://github.com/scikit-learn-contrib/hdbscan