r-cran-knn.covertree

GNU R accurate kNN implementation with multiple distance measures
  https://cran.r-project.org/package=knn.covertree
  0
  no reviews



Similarly to the 'FNN' package, this package allows calculation of the k nearest neighbors (kNN) of a data matrix. The implementation is based on cover trees introduced by Alina Beygelzimer, Sham Kakade, and John Langford (2006) .