powered by
Cluster indices (maximal valued) for the \(K\)--means algorithm.
index_max(y, mod)
A vector with 24 cluster validity indices.
A matrix with numerical data.
An object with the result of the kmeans function.
kmeans
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
A series of cluster validity indices (maximal valued) are computed.
index_min, cikmeans, alfa.cikmeans
y <- as.matrix(iris[, 1:4]) mod <- kmeans(y, 3) mod <- index_max(y, mod)
Run the code above in your browser using DataLab