scikit-learn-contrib / hdbscan

A high performance implementation of HDBSCAN clustering.
http://hdbscan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.81k stars 506 forks source link

Way to obtain algorithm that was used #641

Open zadniprovskyy opened 5 months ago

zadniprovskyy commented 5 months ago

Suppose we initialized hdbscan clusterer with algorithm set to "best". After we ran clusterer.fit() is there a way to get the information about which algorithm was actually used (e.g. generic, prims_kdtree, ...)?