View source: R/fct_select_lambda.R
fct_select_lambda | R Documentation |
Internal Penalty Parameter Selection Function.
fct_select_lambda( x, y, k, clust_assign = NULL, initial = FALSE, type = "all", verbose )
x |
A matrix of predictors. |
y |
A matrix of responses. |
k |
The number of groups. |
clust_assign |
The current clustering assignment. |
initial |
An initial penalty parameter. |
type |
A type. |
verbose |
A boolean indicating whether to print to screen. |
A selected penalty parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.