Silhouette Clustering
The silhoette coefficient is a method for analyzing how well a particular partitioning (or clustering) of the data represents the full distribution.
This method is frequently used to select for the number of clusters (K
) in a K means clustering analysis.
- See wikipedia for more: https://en.wikipedia.org/wiki/Silhouette_(clustering)