pseudoF {fdm2id} | R Documentation |
Pseudo-F
Description
Compute the pseudo-F of a clustering result obtained by the K-means method.
Usage
pseudoF(clustering)
Arguments
clustering |
The clustering result (obtained by the function |
Value
The pseudo-F of the clustering result.
See Also
Examples
require (datasets)
data (iris)
km = KMEANS (iris [, -5], k = 3)
pseudoF (km)
[Package fdm2id version 0.9.9 Index]