Description Usage Arguments Value
View source: R/ClusterCVMain.R
This function determines the number of clusters using Gabriel cross-validation without adjusting for correlation between dimensions.
1 2 3 4 5 6 7 8 | ClusterCVMain(
input.data,
kclust.min,
kclust.max,
nfold.r,
nfold.c,
alg = "k.means"
)
|
input.data |
|
kclust.min |
|
kclust.max |
|
nfold.r |
|
nfold.c |
|
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.