View source: R/function_cv_lambda_generator.R
lambda_sequence | R Documentation |
depending on the input, generates a sequence of lambdas or makes it usable (sorts it)
lambda_sequence(lambda.seq, lambda.length, train.Y)
lambda.seq |
sequence of lambdas. may be null. |
lambda.length |
number of lambdas to generate |
train.Y |
training data, used for heuristics involving the dimensionality of the problem |
sequence of lambdas (numeric vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.