R/RcppExports.R

Defines functions fitModel fitModelCV computeLambdaMax

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

computeLambdaMax <- function(G, E, Y, C, weights, normalize, family, mattype_g) {
    .Call(`_gesso_computeLambdaMax`, G, E, Y, C, weights, normalize, family, mattype_g)
}

fitModelCV <- function(G, E, Y, C, normalize, grid, alpha, family, tolerance, max_iterations, min_working_set_size, fold_ids, seed, ncores, mattype_g) {
    .Call(`_gesso_fitModelCV`, G, E, Y, C, normalize, grid, alpha, family, tolerance, max_iterations, min_working_set_size, fold_ids, seed, ncores, mattype_g)
}

fitModel <- function(G, E, Y, C, weights, normalize, grid, alpha, family, tolerance, max_iterations, min_working_set_size, mattype_g) {
    .Call(`_gesso_fitModel`, G, E, Y, C, weights, normalize, grid, alpha, family, tolerance, max_iterations, min_working_set_size, mattype_g)
}

Try the gesso package in your browser

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

gesso documentation built on Nov. 30, 2021, 9:09 a.m.