July 2017
Intermediate to advanced
360 pages
8h 26m
English
The silhouette score is based on the principle of "maximum internal cohesion and maximum cluster separation". In other words, we would like to find the number of clusters that produce a subdivision of the dataset into dense blocks that are well separated from each other. In this way, every cluster will contain very similar elements and, selecting two elements belonging to different clusters, their distance should be greater than the maximum intracluster one.
After defining a distance metric (Euclidean is normally a good choice), we can compute the average intracluster distance for each element:
We can also define the average ...
Read now
Unlock full access