209k views
3 votes
Run the Bisecting k-Means algorithm you implemented to compute a hierarchy of clusterings that refines the initial single cluster to 9 clusters. For each s from 1 to 9, extract from the hierarchy of clusterings the clustering with s clusters and compute the Silhouette coefficient for this clustering. Plot s in the horizontal axis and the Silhouette coefficient in the vertical axis in the same plot.

1 Answer

2 votes

Final answer:

The question relates to running the Bisecting k-Means algorithm to compute a hierarchy of clusterings and calculating the Silhouette coefficient for each clustering with different numbers of clusters. The values are then plotted on a graph.

Step-by-step explanation:

The question pertains to running the Bisecting k-Means algorithm to compute a hierarchy of clusterings with 9 clusters. For each number of clusters from 1 to 9, the Silhouette coefficient is calculated. The values of s (number of clusters) are plotted on the horizontal axis, and the Silhouette coefficient is plotted on the vertical axis.

User Bhavs
by
7.8k points