Question: What metric is commonly used to evaluate the performance of clustering algorithms?
Options:
Correct Answer: Silhouette score
Solution:
The silhouette score measures how similar an object is to its own cluster compared to other clusters, providing insight into clustering quality.