pseudoF {fdm2id} | R Documentation |
Compute the pseudo-F of a clustering result obtained by the K-means method.
pseudoF(clustering)
clustering |
The clustering result (obtained by the function |
The pseudo-F of the clustering result.
require (datasets)
data (iris)
km = KMEANS (iris [, -5], k = 3)
pseudoF (km)