powered by
Compute the pseudo-F of a clustering result obtained by the K-means method.
pseudoF(clustering)
The pseudo-F of the clustering result.
The clustering result (obtained by the function kmeans).
kmeans
kmeans.getk, KMEANS, kmeans
kmeans.getk
KMEANS
require (datasets) data (iris) km = KMEANS (iris [, -5], k = 3) pseudoF (km)
Run the code above in your browser using DataLab