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.78k stars 497 forks source link

Way to obtain the lambda value #625

Closed notluquis closed 7 months ago

notluquis commented 7 months ago

Hi!

There's a way to obtain the lambda value of the cluster? Thanks!

lmcinnes commented 7 months ago

All the relevant information is in the condensed tree so check .condensed_tree_.to_pandas() and you should be able to find the information you need.

On Thu, Feb 8, 2024 at 5:09 PM Lucas Pulgar-Escobar < @.***> wrote:

Hi!

There's a way to obtain the lambda value of the cluster? Thanks!

— Reply to this email directly, view it on GitHub https://github.com/scikit-learn-contrib/hdbscan/issues/625, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3IUBK7ZDHFQRLC7QBFNULYSVEJFAVCNFSM6AAAAABDAQECJKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEZDMMJUHE3TGNI . You are receiving this because you are subscribed to this thread.Message ID: @.***>