en_cd_options {pense} | R Documentation |
Use Coordinate Descent to Solve Elastic Net Problems
Description
Use Coordinate Descent to Solve Elastic Net Problems
Usage
en_cd_options(max_it = 1000, reset_it = 8)
Arguments
max_it |
maximum number of iterations. |
reset_it |
number of iterations after which the residuals are re-computed from scratch, to prevent numerical drifts from incremental updates. |
See Also
Other EN algorithms:
en_admm_options()
,
en_dal_options()
,
en_lars_options()
[Package pense version 2.2.2 Index]