KristofferC / NearestNeighbors.jl

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

use a separate parameter for the hyper rectangle #174

Closed KristofferC closed 9 months ago

KristofferC commented 9 months ago

Looks like avoiding an extra type parameter did not work out.

Fixes #173