Description Usage Arguments Value Author(s) Examples
A sample cluster heterogeneity evaluation framework (described in "Examples" section, used as default in iterClust framework). Customized frameworks can be defined following rules specified in "Usage", "Arguments" and "Value" sections.
1 | clustHetero(clustEval, iteration)
|
clustEval, |
return value of clustEval |
iteration |
(positive integer) specifies current iteration |
a boolean vector, specifies whether clusters are heterogenous
DING, HONGXU (hd2326@columbia.edu)
1 2 | clustHetero <- function(clustEval, iteration){
return(clustEval > 0*iteration+0.15)}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.