Description Usage Arguments Value References
This method is based on the within cluster variance W. The idea is to estimate a parameter a and to find the minimum of this function : W(k)k^a.
1 | kolesnikov(X, maxK, clusterAlg = myKmean)
|
X |
data matrix or data frame of size n x d, n observations and d features |
maxK |
maximum number of clusters to evaluate |
clusterAlg |
clustering algorithm. Its output must be a list containing parameters "cluster" and "center".
For more details, check the formatting of function |
list having 3 attributes:
kopt
optimal number of clusters
PCF
vector of score
a
value of the exponent a
Kolesnikov, A., Trichina, E., and Kauranne, T. (2015). Estimating the number of clusters in a numerical data set via quantizationerror modeling.Pattern Recognition, 48:941-952.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.