-
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
Distance metric as a (hyper-)parameter #619
Comments
Hi @alexgcsa , I have to check the current implementation and an article before I will introduce it just to be sure that there is no any contradictions. |
Thank you, @annoviko. |
Changes are available on |
Thank you again, @annoviko. I am going to try to use it this weekend. Cheers, Alex |
Hi,
I have been using X-Means here...Is it possible to use the distance metric as a parameter of the algorithm?
If not, this would be a nice parameter to have. Depending on data, the Euclidean distance is not appropriate. Looking at the code of X-Means, it seems to use only the Euclidean distance, not being possible to directly use the others, such as Chebyshev, Canberra, Gower or Minkowski.
Thanks in advance.
Alex de Sá
The text was updated successfully, but these errors were encountered: