R/RcppExports.R

Defines functions DIST_MATRIX_knn knn_index_dist_rcpp

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

knn_index_dist_rcpp <- function(MATRIX, TEST_DATA, k, method, threads, eps = 1.0e-6) {
    .Call(`_fmf_knn_index_dist_rcpp`, MATRIX, TEST_DATA, k, method, threads, eps)
}

DIST_MATRIX_knn <- function(DIST_MAT, TEST_IDX = NULL, is_min = TRUE, k = 5L, threads = 1L, rcpp_list_names = FALSE) {
    .Call(`_fmf_DIST_MATRIX_knn`, DIST_MAT, TEST_IDX, is_min, k, threads, rcpp_list_names)
}

Try the fmf package in your browser

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

fmf documentation built on Sept. 3, 2020, 9:07 a.m.