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

minPoints vs minClusterSize #12

Open
omerbrandis opened this issue Apr 19, 2021 · 3 comments
Open

minPoints vs minClusterSize #12

omerbrandis opened this issue Apr 19, 2021 · 3 comments

Comments

@omerbrandis
Copy link

hello,

Could you please explain the difference between parameters minClusterSize and minPoints?

thanks,
Omer.

@fwzdev1
Copy link

fwzdev1 commented Apr 25, 2022

hello,

Could you please explain the difference between parameters minClusterSize and minPoints?

thanks, Omer.

Hi,

I'm also kind if confused with it, did you figure it out?

thanks

@omerbrandis
Copy link
Author

I have not, Sorry,
:-)
Omer.

@zjavid8
Copy link

zjavid8 commented Nov 10, 2023

The minPoints parameter refers to k nearest neighbors around each point which make a circle and the point itself and these k points make primary cluster at very early stages of algorithm. (minPoints=k+1)
While, the minClusterSize, is used in last stages in order to merge clusters and build a denser hierarchy.
you can find a good explanation here https://hdbscan.readthedocs.io/en/latest/how_hdbscan_works.html

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

3 participants