Collaborative Data Science
The Dunn Index is a metric used to evaluate the quality of clusters in unsupervised learning, particularly in clustering algorithms. It measures the ratio of the smallest distance between observations in different clusters to the largest distance between observations within the same cluster. A higher Dunn Index indicates better-defined clusters that are well-separated from each other, making it a useful tool for assessing clustering performance.
congrats on reading the definition of Dunn Index. now let's actually learn it.