print.fclust: Printing fuzzy clustering output

print.fclustR Documentation

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

Fclust, summary.fclust, plot.fclust, unemployment

Examples

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

fclust documentation built on Nov. 16, 2022, 5:10 p.m.

Related to print.fclust in fclust...