Description Usage Arguments Value Examples
Title Gap statisic with k-medoids euclidean
1 | k_euclidean(x, K.max, B, verbose, plot.num.clus)
|
x |
Data matrix |
K.max |
the maximum number of clusters to consider, must be at least two. Default value is 10. |
B |
integer, number of Monte Carlo (“bootstrap”) samples. Default value is 100. |
verbose |
integer or logical, determining if “progress” output should be printed. The default prints one bit per bootstrap sample. Default value is FALSE. |
plot.num.clus |
if TRUE (default) the gap statistic plot will be printed |
the clusGap function' values
1 | # k_euclidean(subx, K.max=8, B=50, verbose=FALSE, plot.num.clus=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.