Description Usage Arguments Value
View source: R/funs_top_clustering_bffs_v7.R
Calls the BFC algorithm over the first patient class correcting the values of the input patient similarity networks
1 | strong.comm.AA.cor(mat, nAs, thW = 0.6, thGroup = 0.6, strong = T)
|
mat |
adjacency matrix of a patient similarity network |
nAs |
number of patients composing the first class |
thW |
Default 0.6, double value between 0 and 1 determining the percentage of best friends to considers for a root (1BFS are the 60 percentage of the patients most similar to the root) |
thGroup |
Default 0.6, double value between 0 and 1 determining the percentage of best friends to keep in the end as final subclass |
strong |
Default TRUE, if the first class is signature class of the PSN passed as matrix (mat) |
filtered input PSN without the patients that have not been considered representatives of their own class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.