Displaying 4 results from an estimated 4 matches for "sortsilhouette".
2006 Nov 16
1
silhouette plot colors from trimkmeans solution
...e a multi-color silhouette plot (each cluster a different color) from clusters created by trimkmeans. This works straighforwardly on an object created from pam however my colors are interwoven when I try the same approach on clusters from trimkmeans. I also tried sorting the silhouette object using sortSilhouette which did not solve the problem. If anyone has a suggestion, please let me know. I'm using R 2.4.0 on an XP based PC.
Thanks very much,
Joe Retzer
[[alternative HTML version deleted]]
2011 Aug 25
1
question on silhouette colours
...ster, and the cluster that should be black is actually yellow?
plot(si3, nmax = 80, cex.names = 0.5, col=c("red","blue","yellow","black","green"))
# 3. Check sorting by writing out sorted results to a file, then plotting from the file
si3.sorted<-sortSilhouette(si3)
write.table(si3.sorted,"/...myPath.../si3.sorted.txt",sep="\t")
Inspecting the si3.sorted.txt file, cluster numbers are ordered as expected (1's then 2's then...), and sil_width's within each cluster appear correctly sorted (descending). Given this, if I load t...
2010 Oct 17
0
make error for R 2.13.0
...mmary.silhouette’,
‘summary.mona’, ‘summary.pam’, ‘summary.silhouette’ were declared in
NAMESPACE but not found
Error in namespaceExport(ns, exports) :
undefined exports: clusplot, pltree, silhouette, mona, pam,
bannerplot, lower.to.upper.tri.inds, upper.to.lower.tri.inds,
meanabsdev, sizeDiss, sortSilhouette
ERROR: loading failed
* removing ‘/home/tengfei/R/x86_64-pc-linux-gnu-library/2.13/R-devel/library/cluster’
make[2]: *** [cluster.ts] Error 1
make[2]: Leaving directory
`/home/tengfei/R/x86_64-pc-linux-gnu-library/2.13/R-devel/src/library/Recommended'
make[1]: *** [recommended-packages] Er...
2008 Jun 13
1
Output of silhouette (cluster package)
Dear R users,
I am mailing you about the graphical output of silhouette (cluster
package)
From the example of silhouette in help(silhouette):
> ar <- agnes(ruspini)
> si3 <- silhouette(cutree(ar, k = 5), # k = 4 gave the same as pam()
above
+ daisy(ruspini))
> plot(si3, nmax = 80, cex.names = 0.5)
from which one may conclude that group 1 is composed by