validation.index: Validation Index of Fuzzy Clustering

Description Usage Arguments Details Value References Examples

Description

Validation Index of Fuzzy Clustering

Usage

1

Arguments

cluster

Cluster Result from Fuzzy Clustering

Details

This function provide validation index that calculated from fuzzy clustering result. There are 3 index that calculated, Xie Beni, MPC, and CE index. Both three indexes calculated from fuzzy membership and data point.

Xie Beni index calculated compactness and separation of clustering.

The best cluster result can be decided with minimum value of index.

Value

XB.index Xie Beni index

MPC.index Modified Partition Coeeficient

CE.index Classification Entropy

References

Wang, W., & Zhang, Y. (2007). On Fuzzy Cluster Validity Indices. Fuzzy Sets and System, 2095-2117.

Examples

1
2
3
library(RcmdrPlugin.FuzzyClust)
fuzzy.CM(X=iris[,1:4],K = 3,m = 2,RandomNumber = 1234)->cl
validation.index(cl)

RcmdrPlugin.FuzzyClust documentation built on May 2, 2019, 1:27 a.m.