Learn R Programming

fdm2id (version 0.9.6)

pseudoF: Pseudo-F

Description

Compute the pseudo-F of a clustering result obtained by the K-means method.

Usage

pseudoF(clustering)

Value

The pseudo-F of the clustering result.

Arguments

clustering

The clustering result (obtained by the function kmeans).

See Also

kmeans.getk, KMEANS, kmeans

Examples

Run this code
require (datasets)
data (iris)
km = KMEANS (iris [, -5], k = 3)
pseudoF (km)

Run the code above in your browser using DataLab