Description Usage Arguments Value
This function determines the number of clusters using Gabriel cross-validation, with the option of using an adjustment for when dimensional correlation is high.
1 2 3 4 5 6 7 8 9 | ClusterCV(
input.data,
kclust.min,
kclust.max,
nfold.r,
nfold.c,
adjusted = F,
alg = "k.means"
)
|
input.data |
|
kclust.min |
|
kclust.max |
|
nfold.r |
|
nfold.c |
|
adjusted |
|
alg |
|
Returns a list of the final estimation of the number of clusters that minimizes the cross-validation error and the cluster assignments for each observation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.