To get the clusters of variables. This function returns the group's membership for the p variables.
The output can be a vector p x 1 of integers between 1 and K,
or a binary matrix of size p x n.
Usage
get_partition(resclv, K = NULL, type = "vector")
Arguments
resclv
: result of CLV(), CLV_kmeans() or LCLV()
K
: the number of groups chosen (already defined if CLV_kmeans is used)
type
: presented in the form of a "vector" (by default) or a "matrix"