Internal Likelihood Function
fct_j_lik(
x,
y,
k,
clust_assign,
lambda,
alpha = 2 * sqrt(3),
beta = 1,
y_sparse = TRUE,
max_rank = 3,
rank = NULL
)The weighted log-likelihood
A matrix of predictors.
A matrix of responses.
The number of groups.
A vector of cluster labels.
A vector of penalization parameters.
A positive constant DPP parameter.
A positive constant DPP parameter.
Should Y coefficients be treated as sparse?
The maximum allowed rank.
The rank, if known.