Description Usage Arguments Value Examples
View source: R/MainFunctions.R
Calculate the bolock-diagnal matrix B min_B>=0, B*1=1, F'*F=I ||B - A||_1 + r*||B||^2 + 2*lambda*trace(F'*L*F)
1 |
S |
the calculated initial similarity matrix S |
C |
the estimated number of clusters C |
B block-diagonal matrix
y clustering results
1 2 3 4 5 6 | gfData <- GenesFilter(yan[1:100,1:15])
res_SimS <- SimS(gfData)
C <- EstClusters(res_SimS$drData,res_SimS$S)
resBDSM <- BDSM(res_SimS$S,C)
resBDSM$y
resBDSM$B
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.