wangyiqiu / hdbscan

A Fast Parallel Algorithm for HDBSCAN* Clustering
MIT License
54 stars 13 forks source link

Parallel dendrogram algorithm #1

Closed aprokop closed 3 years ago

aprokop commented 3 years ago

Hi @wangyiqiu, in your paper you talk about a parallel version of the dendrogram algorithm (the one splitting edges into light and heavy). I can't seem to find this in this code repo, as I only see the standard serial union-find algorithm. Am I missing something?

wangyiqiu commented 3 years ago

Hi @aprokop, we are still finalizing the parallel dendrogram code, so we have not made it public yet. Let us know if you are interested in running it as a baseline -- you could email me at yiqiu_wang@icloud.com OR yiqiuw@mit.edu.