-
Notifications
You must be signed in to change notification settings - Fork 248
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
Faster custom metric kmeans #482
Comments
Hello, @MilanCugur, |
Hello @annoviko, thanks you for your fast reply! There are also a couple of scientific papers published on this topic. |
@MilanCugur, The first part (introduction of additional metrics) - I will be able to provide during this week. |
@MilanCugur, I have introduced Canberra and Chi square distances to the library. They are available on master branch and will be available in the next release 0.9.0. You need to build library's core (C++ part of the library) using sources, there is instruction how to do that: https://github.com/annoviko/pyclustering/wiki/Core-of-the-PyClustering . If you have any questions or troubles related to pyclustering, do not hesitate to ask them :-) . |
First of all, gread job! Your library is awesome.
Is there any way to use cpp boosting with custom metric for your kmeans implementation?
When I specify my custom metric for your kmeans, its too slow!
I cant use numpy:
And also cant use cpp boosting:
But __process_by_python() is reall slow for my task.
Thanks in advance,
Milan
The text was updated successfully, but these errors were encountered: