R/RcppExports.R

Defines functions calc_dist_refvec_targetmat calc_dist_pair Cpp_calc_minfo

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

Cpp_calc_minfo <- function(prob_mat, wt_vec, normalized = 1L) {
    .Call(`_hidgenclassifier_Cpp_calc_minfo`, prob_mat, wt_vec, normalized)
}

calc_dist_pair <- function(P, Q, dist_type = "jsdist", alpha = 2) {
    .Call(`_hidgenclassifier_calc_dist_pair`, P, Q, dist_type, alpha)
}

calc_dist_refvec_targetmat <- function(P, Qmat, dist_type = "jsdist", alpha = 2) {
    .Call(`_hidgenclassifier_calc_dist_refvec_targetmat`, P, Qmat, dist_type, alpha)
}
c7rishi/hidgenclassifier documentation built on June 14, 2024, 11:10 a.m.