|
| 1 | +# Generated by using Rcpp::compileAttributes() -> do not edit by hand |
| 2 | +# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 |
| 3 | + |
| 4 | +ADMMsggm <- function(S, group_idx, penalty, diag_ind, diag_grp, diag_include, lambda, alpha, gamma, rho, tau_incr, tau_decr, nu, tol_abs, tol_rel, maxiter) { |
| 5 | + .Call(`_grasps_ADMMsggm`, S, group_idx, penalty, diag_ind, diag_grp, diag_include, lambda, alpha, gamma, rho, tau_incr, tau_decr, nu, tol_abs, tol_rel, maxiter) |
| 6 | +} |
| 7 | + |
| 8 | +ADMMsggm_CV <- function(X, group_idx, penalty, diag_ind, diag_grp, diag_include, lambdas, alphas, gamma, rho, tau_incr, tau_decr, nu, tol_abs, tol_rel, maxiter, kfold) { |
| 9 | + .Call(`_grasps_ADMMsggm_CV`, X, group_idx, penalty, diag_ind, diag_grp, diag_include, lambdas, alphas, gamma, rho, tau_incr, tau_decr, nu, tol_abs, tol_rel, maxiter, kfold) |
| 10 | +} |
| 11 | + |
| 12 | +ADMMsggm_IC <- function(S, group_idx, penalty, diag_ind, diag_grp, diag_include, lambdas, alphas, gamma, rho, tau_incr, tau_decr, nu, tol_abs, tol_rel, maxiter, crit, n, ebic_tuning) { |
| 13 | + .Call(`_grasps_ADMMsggm_IC`, S, group_idx, penalty, diag_ind, diag_grp, diag_include, lambdas, alphas, gamma, rho, tau_incr, tau_decr, nu, tol_abs, tol_rel, maxiter, crit, n, ebic_tuning) |
| 14 | +} |
| 15 | + |
| 16 | +soft_matrix <- function(M, Thres) { |
| 17 | + .Call(`_grasps_soft_matrix`, M, Thres) |
| 18 | +} |
| 19 | + |
0 commit comments