Does anybody know if any package calculates the cubic clustering criterion (CCC) index in R to aid the selection of optimal number of clusters?
Asked
Active
Viewed 3,259 times
4
-
Not exactly what you are looking for but the command `cluster.stats` from the R package [fpc](http://cran.r-project.org/web/packages/fpc/fpc.pdf) might be helpful. – May 24 '12 at 23:43
-
@Procrastinator Please, make this an answer; this sounds like a good advice, according to the author of the `fpc` package on [R-help](http://tolstoy.newcastle.edu.au/R/help/06/05/26324.html). I also gave some pointers on [related](http://stats.stackexchange.com/a/3692/930) [threads](http://stats.stackexchange.com/a/11702/930). – chl May 26 '12 at 10:29
-
@chl Thanks for your comment. I have to admit that I do not know the area enough to make a defensible answer. I based my comment on the link you posted, the description on the manual and a quick search. – May 26 '12 at 10:33
-
2This question appears to be off-topic because it is about finding an R package. – gung - Reinstate Monica Jan 25 '14 at 21:09
-
you could ask them to move it to stack-overflow and they could do good. The answer already exists and is useful here, showing that the venn diagrams of the subject areas in practice have overlap while in theory they do not. – EngrStudent Sep 13 '21 at 14:02