View source: R/genelambda.obo.R
genelambda.obo | R Documentation |
Generating a sequence of the tuning parameters (lambda1 and lambda2).
genelambda.obo(nlambda1=20,lambda1_max=0.5,lambda1_min=0.1, nlambda2=5,lambda2_max=1.5,lambda2_min=0.1)
nlambda1 |
The numbers of lambda 1. |
lambda1_max |
The maximum values of lambda 1. |
lambda1_min |
The minimum values of lambda 1. |
nlambda2 |
The numbers of lambda 2. |
lambda2_max |
The maximum values of lambda 2. |
lambda2_min |
The minimum values of lambda 2. |
A sequence of the tuning parameters (lambda1, lambda2, and lambda3).
Mingyang Ren
lambda <- genelambda.obo() lambda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.