Calinski-Harabasz index — what is it?
mediumAnswer
- — ratio of between-cluster dispersion to within-cluster dispersion (higher = better).
- Analogue to an F-statistic for clustering.
- Fast, no ground truth needed.
- Bias: tends to favor higher k.
- Complements silhouette.
- Combined with domain, one of the standard internal indices.
Check yourself — multiple choice
- Random
- Ratio of between to within dispersion; higher = better; F-statistic analog for clustering; biased toward higher k
- Same as silhouette
- Not real
CH index: between/within dispersion ratio; higher better; F-analog.
#clustering#evaluation
Practise Unsupervised Learning
214 interview questions in this topic.