Clustering metrics
Theses metrics evaluate how good is the clustering structure with no need for external information. Clustering evaluation metrics may belong to one of these types:
Intercluster distance
Intracluster distance
Hybrid (combines both)
Inertia
Or within-cluster sum-of-squares criterion.
Tells how far away the points within a cluster are.
The range of the score is: . So, the lowest is better.
Silhouette score
It give information about the inter-cluster distances and the intra-cluster distances.
Tells how far away the instances in one cluster are, from the instances of another cluster.
The range of the score is . The highest is better.
Last updated