Description Usage Arguments Value Examples
Title Gap statisic with k-medoids manhattan
1 | k_manhattan(x, K.max, diss, B, cluster.only, verbose, plot.num.clus)
|
x |
data matrix |
K.max |
positive integer specifying the number of clusters, less than the number of observations. Default value is 10. |
diss |
if TRUE (default as FALSE) x will be considered as a dissimilarity matrix |
B |
integer, number of Monte Carlo (“bootstrap”) samples. Default value is 100. |
cluster.only |
if true (default) only the clustering will be computed and returned, see details. |
verbose |
integer or logical, determining if “progress” output should be printed. The default prints one bit per bootstrap sample. Default as FALSE. |
plot.num.clus |
if TRUE (default) the gap statistic plot will be printed |
... |
another objects of pam function |
clusGap function' output
1 | # k_manhattan (subx, K.max = 8, diss=FALSE, B = 50, cluster.only = TRUE, verbose = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.