SystemsGenetics / KINC

Knowledge Independent Network Construction
MIT License
11 stars 4 forks source link

CH index (model selection criterion) #98

Closed bentsherman closed 4 years ago

bentsherman commented 5 years ago

Benafsh has been experimenting with a workflow based on KINC which uses the CH index to select the number of clusters for each gene pair:

CH index = SS_b / SS_w * (N - k) / (k - 1)

More infornation here: http://ethen8181.github.io/machine-learning/clustering_old/clustering/clustering.html

This might be an interesting criterion to add to the GMM step, as an alternative to BIC or ICL. We can add it easily to the python script to try it out and maybe eventually implement it in KINC.

spficklin commented 4 years ago

This is something worth while but is dependent on our ability to find time for it. To keep issues from being in the queue indefinitely I'm closing out and tagging with "enhacement" and "For the future" so we can find it again later.