intra-cluster silhouette width
0
0
Entering edit mode
Seymoo • 0
@seymoo-12522
Last seen 13 months ago
Oslo

I am wondering how to make a silhouette plot on the results from Mclust packge, where measure of silhouette for each sample in each group is shown?

Using "Fcp" package I can check the average silhouette.
mb = Mclust(iris[,-5], 3)
cs = cluster.stats(dist(iris[1:4]), mb$classification)
#install.packages("fpc")
library("fpc")
cs[c("within.cluster.ss","avg.silwidth")]

 

Thanks a lot.

mclust silhouette fcp • 1.3k views
ADD COMMENT

Login before adding your answer.

Traffic: 690 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6