-
Notifications
You must be signed in to change notification settings - Fork 7
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
C++ k-means implementation #130
Conversation
Allows making the tests deterministic.
Fixes occasional test failures.
This pull request has been linked to: |
2b78969
to
c37f20c
Compare
968076e
to
87983b4
Compare
2157bfa
to
8e33ac4
Compare
dedce0e
to
fcf88f3
Compare
…n 1.5 times the score of sklearn's.
|
Interesting -- the sklearn kmeans++ seems deterministic -- same score every time whereas the tiledb score varies quite a bit. I'll take a look. |
|
Updates:
There are a few todos:
|
Closing, #147 was merged. |
SC-32411
SC-33221