Nothing
# 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.