intern.dunn | R Documentation |
Evaluation a clustering algorithm according to Dunn's index.
intern.dunn(clus, d, type = c("global"))
clus |
The extracted clusters. |
d |
The dataset. |
type |
Indicates whether a "global" or a "cluster"-wise evaluation should be used. |
The evaluation of the clustering.
intern
, intern.interclass
, intern.intraclass
require (datasets)
data (iris)
km = KMEANS (iris [, -5], k = 3)
intern.dunn (km$clus, iris [, -5])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.