storpipfugl / pykdtree

Fast kd-tree implementation in Python
GNU Lesser General Public License v3.0
206 stars 48 forks source link

customizing the distance function #80

Open mohseniaref opened 1 year ago

mohseniaref commented 1 year ago

Dear all,

Is it possible to customize the distance function and use KDTree data structure for search?

Best Regards, Mohammad

djhoese commented 1 year ago

This is not currently possible as far as I know. If you have an idea of how it can be implemented let us know or even better create a pull request with some of the changes required.