R/RcppExports.R

Defines functions get_distance_matrix Tdbscan_variable Tdbscan is_any_f conc epsN getEntities

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

getEntities <- function(ma) {
    .Call(`_gen3sis_getEntities`, ma)
}

epsN <- function(LP, d1) {
    .Call(`_gen3sis_epsN`, LP, d1)
}

conc <- function(x, y) {
    .Call(`_gen3sis_conc`, x, y)
}

is_any_f <- function(x) {
    .Call(`_gen3sis_is_any_f`, x)
}

Tdbscan <- function(D, d1, minPts) {
    .Call(`_gen3sis_Tdbscan`, D, d1, minPts)
}

Tdbscan_variable <- function(D, distances, minPts) {
    .Call(`_gen3sis_Tdbscan_variable`, D, distances, minPts)
}

get_distance_matrix <- function(habitable_cells, num_cells, dist_p, dist_i, dist_x, max_distance) {
    .Call(`_gen3sis_get_distance_matrix`, habitable_cells, num_cells, dist_p, dist_i, dist_x, max_distance)
}

Try the gen3sis package in your browser

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

gen3sis documentation built on Nov. 22, 2023, 5:07 p.m.