View source: R/initialisation.R
slise_initialisation_lasso | R Documentation |
Initialise the graduated optimisation with a LASSO solution
slise_initialisation_lasso(
X,
Y,
weight = NULL,
lambda1 = 0,
max_iterations = 300,
...
)
X |
data matrix |
Y |
response vector |
weight |
weight vector (default: NULL) |
lambda1 |
L1 regularisation (default: 0) |
max_iterations |
if ncol(X) is huge, then ols is replaced with optimisation (default:300) |
... |
unused parameters |
list(alpha, beta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.