Description Usage Arguments Details Value Examples
Flatness of the CDF curve
1 |
consensus_mat |
A consensus matrix. |
diff |
Difference of F(b) - F(a). |
For a in [0, 0.5] and for b in [0.5, 1], the flatness measures the flatness of the CDF curve of the consensus matrix. It is calculated as the maximum width that fits F(b) - F(a) <= diff
A numeric value.
1 2 3 4 5 6 | data(golub_cola)
FCC(get_consensus(golub_cola[1, 1], k = 2))
FCC(get_consensus(golub_cola[1, 1], k = 3))
FCC(get_consensus(golub_cola[1, 1], k = 4))
FCC(get_consensus(golub_cola[1, 1], k = 5))
FCC(get_consensus(golub_cola[1, 1], k = 6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.