l2_relax_reg_opt | R Documentation |
Solve L2-relaxation for a regression problem
l2_relax_reg_opt(y, X, tau, intercept = TRUE, solver = "CVXR", tol = 1e-06)
tau |
The regularization parameter |
solver |
The solver to use; "Rmosek" or "CVXR" |
tol |
Tolerance for the solver |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.