Description Usage Arguments Details Value Examples
This function receives a list of concordnce NxN matrices (a patient community) and returns the corresponding normalized patient community concordance matrix.
1 | normalize_community(mats)
|
mats |
list of NxN matrices. |
It does so by summing the concordance matrices of the given community, and normalizing offdiagonal entries by dividing each entry. by the sqrt of the product of the associated diagonal entries, (giving it a value in [0,1]).
the corresponding normalized patient community concordance matrix.
1 | normalized_community(mats)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.