R/RcppExports.R

Defines functions wgt_jaccard_single wgt_jaccard

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

wgt_jaccard <- function(corpus, wgts, x, y, nthreads) {
    .Call(`_fedmatch_wgt_jaccard`, corpus, wgts, x, y, nthreads)
}

wgt_jaccard_single <- function(corpus, wgts, x, y, nthreads) {
    .Call(`_fedmatch_wgt_jaccard_single`, corpus, wgts, x, y, nthreads)
}

Try the fedmatch package in your browser

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

fedmatch documentation built on Nov. 23, 2021, 1:07 a.m.