# 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)
}
.patAdjacencyMatSparse <- function(strings, cutoff, metric, drop_deg_zero, tempfile) {
.Call(`_NAIR_buildG`, strings, cutoff, metric, drop_deg_zero, tempfile)
}
.sortAdjacencyMatSparse <- function(strings, cutoff, metric, drop_deg_zero, tempfile) {
.Call(`_NAIR_sortAdjacencyMatSparse`, strings, cutoff, metric, drop_deg_zero, tempfile)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.