Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.fclust

Printing fuzzy clustering output


Description

Print method for class fclust.

Usage

## S3 method for class fclust
 ## S3 method for class 'fclust'
 print(x, ...)

Arguments

x

Object of class fclust

...

Additional arguments for print

Details

The function displays the number of objects, the number of clusters, the closest hard clustering partition (objects assigned to the clusters with the highest membership degree) and the membership degree matrix (rounded).

Author(s)

Paolo Giordani, Maria Brigida Ferraro, Alessio Serafini

See Also

Examples

## unemployment data
data(unemployment)
## fuzzy k-means
unempFKM=FKM(unemployment,k=3,stand=1)
unempFKM

fclust

Fuzzy Clustering

v2.1.1
GPL (>= 2)
Authors
Paolo Giordani, Maria Brigida Ferraro, Alessio Serafini
Initial release
2019-09-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.