RANN
RANN copied to clipboard
R package providing fast nearest neighbour search (wraps ANN library)
I'm creating a package which requires "RANN.L1" as a dependency. The package "RANN.L1" is therefore listed under `Imports:` in the `DESCRIPTION` file of the package, and the remote dependency location...
Could you please install ```r remotes::install_github(c("ropenscilabs/tic", "ropenscilabs/travis")) ``` and run ```r tic::use_tic() ``` If asked to overwrite `.travis.yml`, select "yes". You may need to set up a Travis access token...
Hi, thanks for the nn2 function, it has transformed the efficiency of distance calculations for large datasets. I have a related problem, where I would like to calculate the distance...
bd tree
the following line leaves my R process unresponsive, no segfault, no 100% cpu: ``` R RANN::nn2(iris[,1:4], treetype = "bd") ``` `treetype="kd"` works fine.
In page 10 of the manual of ANN (https://www.cs.umd.edu/~mount/ANN/Files/1.1.2/ANNmanual_1.1.pdf) . It mentioned that we can return the number of points within a radius when setting the ANNdist to sqRad and...
I am running the following code on my macOS and Linux (via the posit cloud machine, see the `sessionInfo` at the end). ```r install.packages(c("RANN", "nonprobsvy")) library(RANN) library(nonprobsvy) data(jvs) data(admin) B