en_admm_options | R Documentation |
Use the ADMM Elastic Net Algorithm
en_admm_options(max_it = 1000, step_size, acceleration = 1)
max_it |
maximum number of iterations. |
step_size |
step size for the algorithm. |
acceleration |
acceleration factor for linearized ADMM. |
options for the ADMM EN algorithm.
Other EN algorithms:
en_cd_options()
,
en_dal_options()
,
en_lars_options()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.