First nearest neighbor distance
Efficiently calculate the distance to the first nearest neighbor. Quasi linear runtime.
rcpp_get_nearest_neighbor(points)
points
: A two numeric matrix, where the first two columns are x and yVector
Florian Privé florian.prive.21@gmail.com
Useful links