R/RcppExports.R

Defines functions knn_generic

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

knn_generic <- function(st, data, query, k, eps, radius) {
    .Call('_nabor_knn_generic', PACKAGE = 'nabor', st, data, query, k, eps, radius)
}

Try the nabor package in your browser

Any scripts or data that you put into this service are public.

nabor documentation built on May 2, 2019, 5:57 a.m.