I use the k-closest neighbor classifier on weka (http://weka.sourceforge.net/doc.dev/weka/classifiers/lazy/IBk.html).
I believe that Euclidean distance is a function of the default distance. How can I change this function and use the same class with my own distance function?
Thanks,
Marco
source share