pseudoF | 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.
kmeans.getk
, KMEANS
, kmeans
require (datasets)
data (iris)
km = KMEANS (iris [, -5], k = 3)
pseudoF (km)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.