View source: R/clusterindexes.R
cdbw | R Documentation |
CDbw-index for cluster validation, as defined in Halkidi and Vazirgiannis (2008), Halkidi et al. (2015).
cdbw(x,clustering,r=10,s=seq(0.1,0.8,by=0.1),
clusterstdev=TRUE,trace=FALSE)
x |
something that can be coerced into a numerical matrix. Euclidean dataset. |
clustering |
vector of integers with length |
r |
integer. Number of cluster border representatives. |
s |
numerical vector of shrinking factors (between 0 and 1). |
clusterstdev |
logical. If |
trace |
logical. If |
List with components (see Halkidi and Vazirgiannis (2008), Halkidi et al. (2015) for details)
cdbw |
value of CDbw index (the higher the better). |
cohesion |
cohesion. |
compactness |
compactness. |
sep |
separation. |
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en/
Halkidi, M. and Vazirgiannis, M. (2008) A density-based cluster validity approach using multi-representatives. Pattern Recognition Letters 29, 773-786.
Halkidi, M., Vazirgiannis, M. and Hennig, C. (2015) Method-independent
indices for cluster validation. In C. Hennig, M. Meila, F. Murtagh,
R. Rocci (eds.) Handbook of Cluster Analysis, CRC
Press/Taylor &
Francis, Boca Raton.
options(digits=3)
iriss <- as.matrix(iris[c(1:5,51:55,101:105),-5])
irisc <- as.numeric(iris[c(1:5,51:55,101:105),5])
cdbw(iriss,irisc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.