R/RcppExports.R

Defines functions lcpa_cpp test_loss_grad_cpp test_loss_cpp

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

test_loss_cpp <- function(x, y, w, c0, lambda) {
    .Call(`_riskslimr_cplex_test_loss_cpp`, x, y, w, c0, lambda)
}

test_loss_grad_cpp <- function(x, y, w, c0, lambda) {
    .Call(`_riskslimr_cplex_test_loss_grad_cpp`, x, y, w, c0, lambda)
}

lcpa_cpp <- function(x, y, weights, logfile, R_max = 3L, time_limit = 60L) {
    .Call(`_riskslimr_cplex_lcpa_cpp`, x, y, weights, logfile, R_max, time_limit)
}
zamorarr/riskslimr.cplex documentation built on Dec. 23, 2021, 9:12 p.m.