R/RcppExports.R

Defines functions quantileCpp wasserCpp wasserCpp_mat randomShuffle permCpp

# 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)
}

randomShuffle <- function(a) {
    .Call('D3M_randomShuffle', PACKAGE = 'D3M', a)
}

permCpp <- function(casesMat, controlMat, shuffleID, d, bsn = 10000L, qn = 101L, q = 2L) {
    .Call('D3M_permCpp', PACKAGE = 'D3M', casesMat, controlMat, shuffleID, d, bsn, qn, q)
}

Try the D3M package in your browser

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

D3M documentation built on May 30, 2017, 7:19 a.m.