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

k-means question #13

Closed
GoogleCodeExporter opened this issue Feb 13, 2016 · 2 comments
Closed

k-means question #13

GoogleCodeExporter opened this issue Feb 13, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

For the k-means training, does label (in my case, face label) have an influence 
on the clustering?


Original issue reported on code.google.com by jrwook...@gmail.com on 24 Jun 2013 at 1:01

@GoogleCodeExporter
Copy link
Author

I'm not sure how sofia-ml implements k-means, but unless they mention otherwise 
it's safe to assume that k-means does not use your labels.  It is an 
unsupervised learning algorithm that just tries to find groups of points close 
to each other in the feature space.

Original comment by ida.noeman on 12 Sep 2013 at 2:49

@GoogleCodeExporter
Copy link
Author

Correct.  Any provided labels are ignored during k-means training.

Original comment by dscul...@google.com on 27 Dec 2013 at 8:00

  • Changed state: Fixed

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

No branches or pull requests

1 participant