Description Usage Arguments Examples
This function is to do hierarchical clustering, with the number of clusters determined by a strategy combining Silhouette index, CH index and the heights after hierarchical clustering.
1 2 3 4 5 6 7 8 9 10 | getrowColor(
Emat,
hmethod,
indN.cluster,
minN.cluster,
maxN.cluster,
sil.thre,
height.Ntimes,
flashmark
)
|
Emat |
the feature matrix whose columns represent the features and whose rows represent data/cells. |
1 | rowColor= getrowColor(E1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.