Internal Penalty Parameter Selection Function.
fct_select_lambda(
x,
y,
k,
clust_assign = NULL,
initial = FALSE,
type = "all",
verbose
)A selected penalty parameter.
A matrix of predictors.
A matrix of responses.
The number of groups.
The current clustering assignment.
An initial penalty parameter.
A type.
A boolean indicating whether to print to screen.