Skip to content

AW: [R] non-hierarchical non-exclusive clustering of large data sets

1 message · TEMPL Matthias

#
I think the "cmeans" method in library(e1071) works better for large data sets as "fanny".

(note,not for this data: fanny has also problems with standardized large data sets - here produce fanny the same memberships for all observations; cmeans works "correctly")

Matthias