Within cluster sum of square in fuzzy c-means

Is it possible to print the within-cluster sum of squares for all clusters in fuzzy c-means? Is fuzzy c-means clustering library even applicable in R?

Hello,

you might want to have a look at this one RPubs - Fuzzy C-Means Clustering in R

If you search for "sum of", you will find a line that contains within cluster sum of squares as part of the summary command.

Kind regards

Hi FactOREO,
Oh nice, this helps, and I can implement this is RStudio right?

One more thing can I also print within-cluster sum of squares for clusters in Self Organizing maps?

Thanks a lot
Best regards

Yes, this is done in R which is run behind the RStudio IDE.

Unfortunately I don't know mich about self organizing maps. But if you can cluster them with fuzzy c-means, there is probably a package which does this (at least if this is not a "developed 2 month ago" thing)

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.