R/RcppExports.R

Defines functions mined Lattice SelectMinED

Documented in Lattice mined SelectMinED

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

SelectMinED <- function(candidates, candlf, n, gamma = 1, s = 2) {
    .Call('_mined_SelectMinED', PACKAGE = 'mined', candidates, candlf, n, gamma, s)
}

Lattice <- function(n, p) {
    .Call('_mined_Lattice', PACKAGE = 'mined', n, p)
}

mined <- function(initial, logf, K_iter = 0L) {
    .Call('_mined_mined', PACKAGE = 'mined', initial, logf, K_iter)
}

Try the mined package in your browser

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

mined documentation built on June 27, 2022, 1:06 a.m.