Description Usage
View source: R/OneDim.R
Sparse Group Lasso Optimization
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
oneDim( data, index, thresh = 1e-04, nlam = 20, lambdas = NULL, beta.naught = rep(0, ncol(data$x)), inner.iter = 100, outer.iter = 100, outer.thresh = 1e-04, gamma = 0.8, step = 1, reset = 10, alpha = 0.95, min.frac = 0.05, verbose = FALSE )
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.