R/RcppExports.R

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' @useDynLib D3M
#' @importFrom Rcpp sourceCpp
NULL

quantileCpp <- function(x, probs) {
    .Call('D3M_quantileCpp', PACKAGE = 'D3M', x, probs)
}

wasserCpp <- function(x, y, paranum = 101L, q = 2L) {
    .Call('D3M_wasserCpp', PACKAGE = 'D3M', x, y, paranum, q)
}

wasserCpp_mat <- function(xMat, yMat, paranum = 101L, q = 2L) {
    .Call('D3M_wasserCpp_mat', PACKAGE = 'D3M', xMat, yMat, paranum, q)
}

permCpp <- function(casesMat, controlMat, shuffleID, d, bsn = 10000L, qn = 101L, q = 2L) {
    .Call('D3M_permCpp', PACKAGE = 'D3M', casesMat, controlMat, shuffleID, d, bsn, qn, q)
}
ymatts/D3M documentation built on May 4, 2019, 5:30 p.m.