BDSM | R Documentation |
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)
BDSM(S, C)
S |
the calculated initial similarity matrix S |
C |
the estimated number of clusters C |
B block-diagonal matrix
y clustering results
gfData <- GenesFilter(yan)
res_SimS <- SimS(gfData)
C <- EstClusters(res_SimS$drData,res_SimS$S)
BDSM(res_SimS$S,C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.