R/RcppExports.R

Defines functions Rcpp_KernTest_FL Rcpp_KernTest Rcpp_run_full_OT Rcpp_run_OT

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

Rcpp_run_OT <- function(XX, YY, COST_XY, EPS, LAMBDA1, LAMBDA2, balance, highLAM_lowMU, conv, max_iter, show, show_iter) {
    .Call('_ROKET_Rcpp_run_OT', PACKAGE = 'ROKET', XX, YY, COST_XY, EPS, LAMBDA1, LAMBDA2, balance, highLAM_lowMU, conv, max_iter, show, show_iter)
}

Rcpp_run_full_OT <- function(COST, ZZ, EPS, LAMBDA1, LAMBDA2, balance = FALSE, highLAM_lowMU = TRUE, conv = 1e-5, max_iter = 3e3L, ncores = 1L, show = TRUE, show_iter = 50L) {
    .Call('_ROKET_Rcpp_run_full_OT', PACKAGE = 'ROKET', COST, ZZ, EPS, LAMBDA1, LAMBDA2, balance, highLAM_lowMU, conv, max_iter, ncores, show, show_iter)
}

Rcpp_KernTest <- function(RESI, cKK, OMNI, nPERMS = 2e3L, ncores = 1L) {
    .Call('_ROKET_Rcpp_KernTest', PACKAGE = 'ROKET', RESI, cKK, OMNI, nPERMS, ncores)
}

Rcpp_KernTest_FL <- function(YY, XX, cKK, OMNI, nPERMS = 2e3L) {
    .Call('_ROKET_Rcpp_KernTest_FL', PACKAGE = 'ROKET', YY, XX, cKK, OMNI, nPERMS)
}

Try the ROKET package in your browser

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

ROKET documentation built on April 4, 2025, 2:28 a.m.