Does anybody know if any package calculates the cubic clustering criterion (CCC) index in R to aid the selection of optimal number of clusters?
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
cluster.statsfrom the R package fpc might be helpful. – user10525 May 24 '12 at 23:43fpcpackage on R-help. I also gave some pointers on related threads. – chl♦ May 26 '12 at 10:29