rohanmohapatra / hdbscan-cpp

Fast and Efficient Implementation of HDBSCAN in C++ using STL
MIT License
52 stars 15 forks source link

Support for Accelerated Hierarchical Density Clustering? #11

Open jens-ghc opened 4 years ago

jens-ghc commented 4 years ago

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

rohanmohapatra commented 3 years ago

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