R/RcppExports.R

Defines functions pnorm_over_mat jaccard_coeff

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

jaccard_coeff <- function(R_idx, R_weight) {
    .Call(`_seqGlue_jaccard_coeff`, R_idx, R_weight)
}

pnorm_over_mat <- function(R_num_links_ij, R_var_null_num_links) {
    .Call(`_seqGlue_pnorm_over_mat`, R_num_links_ij, R_var_null_num_links)
}
scfurl/seqGlue documentation built on Sept. 1, 2024, 11:20 a.m.