R/RcppExports.R

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

learn <- function(data, RemoveDuplicates, verbose, MaxEvents, addBackground) {
    .Call('_ndl_learn', PACKAGE = 'ndl', data, RemoveDuplicates, verbose, MaxEvents, addBackground)
}

learnLegacy <- function(DFin, RemoveDuplicates, verbose) {
    .Call('_ndl_learnLegacy', PACKAGE = 'ndl', DFin, RemoveDuplicates, verbose)
}

Try the ndl package in your browser

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

ndl documentation built on May 2, 2019, 10:28 a.m.