Description Usage Arguments Value Author(s)
Computes a decreasing lambda sequence of length d
.
The sequence ranges from a data determined maximal lambda λ_\textrm{max} to the user inputed lambda.min
.
1 2 3 | sgl_lambda_sequence(module_name, PACKAGE, data, parameterGrouping, groupWeights,
parameterWeights, alpha, d, lambda.min,
algorithm.config = sgl.standard.config)
|
module_name |
reference to objective specific C++ routines. |
PACKAGE |
name of the calling package. |
data |
a list of data objects – will be parsed to the specified module. |
parameterGrouping |
grouping of parameters, a vector of length p. Each element of the vector specifying the group of the parameters in the corresponding column of β. |
groupWeights |
the group weights, a vector of length |
parameterWeights |
a matrix of size q \times p. |
alpha |
the α value 0 for group lasso, 1 for lasso, between 0 and 1 gives a sparse group lasso penalty. |
d |
the length of lambda sequence. |
lambda.min |
the smallest lambda value in the computed sequence. |
algorithm.config |
the algorithm configuration to be used. |
a vector of length d
containing the compute lambda sequence.
Martin Vincent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.