Pseudo-F
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.