Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clustering struggles with mix of noise levels #610

Open
AlanDeBarros opened this issue Aug 29, 2023 · 1 comment
Open

Clustering struggles with mix of noise levels #610

AlanDeBarros opened this issue Aug 29, 2023 · 1 comment

Comments

@AlanDeBarros
Copy link

Hello

I have images where some parts change intensity with time. I use this fact to clusterize those parts with HDBSCAN.
Each pixel is a vector, euclidian distance.

I get an issue when among the parts, there is one that stays black the whole time. I get this part as a cluster, and then lots of tiny clusters surrounded by noise. I guess this is because this part of the image makes a very stable cluster by hdbscan standards, which raises the level for other clusters.

Is there a way to get two noise floors or make it more dynamic somehow ?

@lmcinnes
Copy link
Collaborator

lmcinnes commented Aug 29, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants