clj-kdtree icon indicating copy to clipboard operation
clj-kdtree copied to clipboard

kd-trees in Clojure

Results 2 clj-kdtree issues
Sort by recently updated
recently updated
newest added

i needed to monkey-patch this nice package because it calls out `:dependencies [[org.clojure/clojure “1.7.0”]]` . Please update so I can use the normal dependencies, thanks!

Currently the (square of the) Euclidean distance is the only metric allowed, with the simplest (i.e., non-wrapping) topology. I'd be interested in getting this to work on e.g. a sphere...