# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.