R/RcppExports.R

Defines functions gaussian_grammat_rcpp discrete_grammat_rcpp shuffle_grammat_rcpp median_bandwidth_rcpp

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

gaussian_grammat_rcpp <- function(x, bandwidth, n, d) {
    .Call(`_dHSIC_gaussian_grammat_rcpp`, x, bandwidth, n, d)
}

discrete_grammat_rcpp <- function(x, n, d) {
    .Call(`_dHSIC_discrete_grammat_rcpp`, x, n, d)
}

shuffle_grammat_rcpp <- function(K, perm, n) {
    .Call(`_dHSIC_shuffle_grammat_rcpp`, K, perm, n)
}

median_bandwidth_rcpp <- function(x, n, d) {
    .Call(`_dHSIC_median_bandwidth_rcpp`, x, n, d)
}

Try the dHSIC package in your browser

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

dHSIC documentation built on May 2, 2019, 1:28 p.m.