This function provides a parallel approach of finding the
nearest neighbours of each points on a given embedding. The parallelisation
is done by splitting the data into chunks and running the RANN::nn2
function on each chunk in parallel.
This function provides a parallel approach of finding the
nearest neighbours of each points on a given embedding. The parallelisation
is done by splitting the data into chunks and running the RANN::nn2
function on each chunk in parallel.