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

User-attended k-means and GMM clustering #41

Open
qiyunzhu opened this issue Dec 31, 2021 · 0 comments
Open

User-attended k-means and GMM clustering #41

qiyunzhu opened this issue Dec 31, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@qiyunzhu
Copy link
Collaborator

As we discussed in the meeting, user-attended k-means clustering may be a useful feature to implement. Specifically, the user can mouse-click around the visually identified bin centers to set the k value and the initial values of the centroids. Then the standard k-means clustering using the expectation maximization algorithm will start, and it should converge more easily and accurately than random starts.

A more ambitious goal is to implement user-attended Gaussian mixture model clustering. They use can click and drag to define the initial shape of each distribution.

Some code that are already implemented in BinaRena can assist with the implementation of this (these) functions.

@nujinuji . Also @AbhinavChede for information.

@qiyunzhu qiyunzhu added the enhancement New feature or request label Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant