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

Straightforward way to assign every noise sample to its most likely cluster? #640

Open
Asquator opened this issue Jun 10, 2024 · 1 comment

Comments

@Asquator
Copy link

My application requires total clustering of all data samples, and I would like to assign all outliers to their adjacent clusters (the dataset is very noisy, and after tweaking the two parameters, at least 1/4 of the samples are marked as outliers).

I want to benefit from the advantages of density-based clustering, but also make deterministic decision based on every point's (approximate) cluster.

It seems we just need to assign every outlier to its closest core point's cluster, what is the easiest way to do it?

@lmcinnes
Copy link
Collaborator

lmcinnes commented Jun 10, 2024 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