Learn R Programming

fclust (version 1.0.1)

Fclust: Interactive fuzzy clustering analysis

Description

Performs a fuzzy clustering analysis using the algorithms available in the package.

Usage

Fclust (X)

Arguments

X
Matrix or data.frame

Value

  • clustObject of class fclust

See Also

FKM, FKM.ent, FKM.gk, FKM.gk.ent, FKM.noise, FKM.med, Fclust.index

Examples

Run this code
data(Mc)
for (j in 2:(ncol(Mc)-1))
Mc[,j]=Mc[,j]/Mc[,1]
Mc=Mc[,-1]
clust=Fclust(Mc[,1:(ncol(Mc)-1)])

Run the code above in your browser using DataLab