olasso_slow {natural} | R Documentation |
Solve organic lasso problem with a single value of lambda The lambda values are for slow rates, which could give less satisfying results
Description
Solve organic lasso problem with a single value of lambda The lambda values are for slow rates, which could give less satisfying results
Usage
olasso_slow(x, y, thresh = 1e-08)
Arguments
x |
An |
y |
A response vector of size |
thresh |
Threshold value for underlying optimization algorithm to claim convergence. Default to be |
[Package natural version 0.9.0 Index]