The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Rnanoflann is a wrapper for C++’s library nanoflan which performs nearest neighbors search using kd-trees.
You can use the exported Rnanoflann::nn
function or
directly nanoflan via LinkignTo
mechanism.
Rnanoflann export the function nn
that
performs nearest neighbors search with options:
M x d
matrix
where each of the M rows is a point.N x d
matrix
that will be queried against data. d, the number of columns, must be the
same as data. If missing, defaults to data.FALSE
standard
and radius
.0.0
.Add in Description in LinkingTo section the Rnanoflann and then:
#include "nanoflann.hpp"
. Refer to nanoflan for more
details.Rnanoflann::nn
via C++
. Just
#include "Rnanoflann.h"
. The available implemented function
are use Rcpp
and RcppArmadillo
. For custom
matrices you need to implement you own adaptor (see above).These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.