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

Question about the number of clusters #3

Open
OliMiu opened this issue Sep 10, 2023 · 1 comment
Open

Question about the number of clusters #3

OliMiu opened this issue Sep 10, 2023 · 1 comment

Comments

@OliMiu
Copy link

OliMiu commented Sep 10, 2023

Thank you for the sharing! It is quite helpful for me. Here I have a question about the number of clusters. It seems the number of clusters is found by the algorithm itself. What if I want to control the number of clusters? Can SVC control the number of clusters it found?

@josiahw
Copy link
Owner

josiahw commented Apr 6, 2024

You can tune the number of parameters by modifying the kernel parameters. The default uses a gaussian kernel, modify gamma to change the sensitivity:
https://github.com/josiahw/SimpleSVClustering/blob/master/SimpleSVC.py

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