R/RcppExports.R

Defines functions AIMER findThresholdSel

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

AIMER <- function(X, y, nCovs, nCovsSelect, nComps) {
    .Call('_aimer_AIMER', PACKAGE = 'aimer', X, y, nCovs, nCovsSelect, nComps)
}

findThresholdSel <- function(X, y, ncomps, nCovs, nthresh, kfold, nCovsSelect, nthreshSelect) {
    .Call('_aimer_findThresholdSel', PACKAGE = 'aimer', X, y, ncomps, nCovs, nthresh, kfold, nCovsSelect, nthreshSelect)
}
dajmcdon/aimer documentation built on May 6, 2019, 1:31 a.m.