Description Usage Arguments Value
Quantifies clustering quailty comparing it to siumulated clusters. See Section 4.1 of the thesis for further details.
1 | gap_statistic(table, dimension, clusters, func, scheme, B = 500)
|
table |
object of class "table". |
dimension |
integer. Whether to use rows (1) or columns (2). Default is 1. |
clusters |
list of integer vectors. Each vector should define a cluster by specifing row or column indices of its memebrs. Clusters must not overalap. |
func |
character. Name of clustering function. Currently "kmeans" and "hclust" are supported. |
scheme |
character. Name of the null sampling scheme tables are genereated from. Can be either.. |
B |
integer. Number of sampled tables. |
list with elements: gap - value of the statistic and s -sclaled standard deviation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.