KristofferC / NearestNeighbors.jl

High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
Other
413 stars 65 forks source link

Update kd_tree.jl #112

Closed OkonSamuel closed 3 years ago

OkonSamuel commented 3 years ago

I got confused looking at the docstring for KDTree so added ; to docstring to enable users differentiate positional args from keyword args. I would also recommend adding some info about argument types.