R/RcppExports.R

Defines functions computeCorrelation checkGroupOverlap checkTemporalOrder checkDuplicateRows checkIndexOverlap

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

checkIndexOverlap <- function(train_idx, test_idx) {
    .Call(`_BORG_checkIndexOverlap`, train_idx, test_idx)
}

checkDuplicateRows <- function(data, train_idx, test_idx) {
    .Call(`_BORG_checkDuplicateRows`, data, train_idx, test_idx)
}

checkTemporalOrder <- function(timestamps, train_idx, test_idx) {
    .Call(`_BORG_checkTemporalOrder`, timestamps, train_idx, test_idx)
}

checkGroupOverlap <- function(groups, train_idx, test_idx) {
    .Call(`_BORG_checkGroupOverlap`, groups, train_idx, test_idx)
}

computeCorrelation <- function(x, y) {
    .Call(`_BORG_computeCorrelation`, x, y)
}

Try the BORG package in your browser

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

BORG documentation built on March 20, 2026, 5:09 p.m.