R/RcppExports.R

Defines functions check_NaN_Inf y_idxs nmslib_idx_dist

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

nmslib_idx_dist <- function(input_list, k, threads = 1L) {
    .Call(`_nmslibR_nmslib_idx_dist`, input_list, k, threads)
}

y_idxs <- function(idxs, y, threads = 1L) {
    .Call(`_nmslibR_y_idxs`, idxs, y, threads)
}

check_NaN_Inf <- function(x) {
    .Call(`_nmslibR_check_NaN_Inf`, x)
}

Try the nmslibR package in your browser

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

nmslibR documentation built on Feb. 16, 2023, 5:17 p.m.