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

[Feature Request] Support Constrained K-Means #51

Open
hsbadr opened this issue May 15, 2023 · 1 comment
Open

[Feature Request] Support Constrained K-Means #51

hsbadr opened this issue May 15, 2023 · 1 comment
Labels

Comments

@hsbadr
Copy link

hsbadr commented May 15, 2023

It would be nice to control the minimum cluster size.

@mlampros
Copy link
Owner

I think the conclust R package offers a constrained k-means algorithm but from what I see the parameter setting of the "ckmeans" function differs compared to the Python implementation which allows to use a "size_min" and "size_max" parameter.
This requires to go through papers and it's kind of time consuming. Feel free to make a PR if you intend to create the code base.

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

No branches or pull requests

2 participants