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

Result of K-means++ is erratic #1

Closed
oneHuster opened this issue Jun 24, 2017 · 1 comment
Closed

Result of K-means++ is erratic #1

oneHuster opened this issue Jun 24, 2017 · 1 comment

Comments

@oneHuster
Copy link

While result of SKlearn's K_means_elkan is all the same however much times you try.
So it's what caused the result of kpp.py+triangleInequality.py changable.

@siddheshk
Copy link
Owner

The Kmeans++ algorithm (kpp.py) we used doesn't select the same initial seeds everytime. If you force that condition you will get the same result everytime with kpp.py+triangleInequality.

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