Learn R Programming

fclust (version 2.1.1.1)

print.fclust: Printing fuzzy clustering output

Description

Print method for class fclust.

Usage

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

Arguments

x

Object of class fclust

...

Additional arguments for print

Author

Paolo Giordani, Maria Brigida Ferraro, Alessio Serafini

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).

See Also

Fclust, summary.fclust, plot.fclust, unemployment

Examples

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

Run the code above in your browser using DataLab