R/RcppExports.R

Defines functions levDistBounded .levAdjacencyMatSparse hamDistBounded .hamAdjacencyMatSparse

Documented in hamDistBounded levDistBounded

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

.hamAdjacencyMatSparse <- function(strings, maxdist, drop_deg_zero, tempfile) {
    .Call(`_NAIR_hamAdjacencyMatSparse`, strings, maxdist, drop_deg_zero, tempfile)
}

hamDistBounded <- function(a, b, k) {
    .Call(`_NAIR_hamDistBounded`, a, b, k)
}

.levAdjacencyMatSparse <- function(strings, maxdist, drop_deg_zero, tempfile) {
    .Call(`_NAIR_levAdjacencyMatSparse`, strings, maxdist, drop_deg_zero, tempfile)
}

levDistBounded <- function(a, b, k) {
    .Call(`_NAIR_levDistBounded`, a, b, k)
}

Try the NAIR package in your browser

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

NAIR documentation built on Sept. 27, 2023, 5:06 p.m.