Displaying 1 result from an estimated 1 matches for "dissimalirities".
2011 May 18
1
PAM Clustering Ignores Cluster Number Parameter
I am using PAM with k = 10 clusters, but I only get one cluster ID for all my observations. I couldn't find any discussion about this in the help file, or mailing lists.
Is there a reasonable explanation for this result ?
cIDs <- pam(all, 10, cluster.only = TRUE, do.swap = FALSE)
> table(cIDs)
cIDs
0
16671
The matrix of observations can be found at :