hdbscan-cpp
hdbscan-cpp copied to clipboard
Support for Accelerated Hierarchical Density Clustering?
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
Hi @jens-totemic , This only supports basic HDBSCAN. I am happy to look at a PR if you want to add this.