hdbscan-cpp icon indicating copy to clipboard operation
hdbscan-cpp copied to clipboard

Support for Accelerated Hierarchical Density Clustering?

Open jens-f opened this issue 5 years ago • 1 comments
trafficstars

I was wondering if this library includes the accelerated version of the HDBSCAN algo from 2017? The paper: https://arxiv.org/abs/1705.07321 The implementation in Python: https://github.com/scikit-learn-contrib/hdbscan

jens-f avatar Aug 07 '20 23:08 jens-f

Hi @jens-totemic , This only supports basic HDBSCAN. I am happy to look at a PR if you want to add this.

rohanmohapatra avatar Feb 27 '21 20:02 rohanmohapatra