R/RcppExports.R

Defines functions CV_Stepwise_Split Stepwise_Split

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

Stepwise_Split <- function(x, y, n_models, max_variables_per_model, model_criterion, stop_criterion, stop_parameter, shrinkage, alpha, include_intercept, n_lambda, tolerance, max_iter, n_folds) {
    .Call('_stepSplitReg_Stepwise_Split', PACKAGE = 'stepSplitReg', x, y, n_models, max_variables_per_model, model_criterion, stop_criterion, stop_parameter, shrinkage, alpha, include_intercept, n_lambda, tolerance, max_iter, n_folds)
}

CV_Stepwise_Split <- function(x, y, n_models, max_variables_per_model, model_criterion, stop_criterion, stop_parameter, shrinkage, alpha, include_intercept, n_lambda, tolerance, max_iter, n_folds, n_threads) {
    .Call('_stepSplitReg_CV_Stepwise_Split', PACKAGE = 'stepSplitReg', x, y, n_models, max_variables_per_model, model_criterion, stop_criterion, stop_parameter, shrinkage, alpha, include_intercept, n_lambda, tolerance, max_iter, n_folds, n_threads)
}

Try the stepSplitReg package in your browser

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

stepSplitReg documentation built on Nov. 22, 2022, 5:08 p.m.