Compute the MCC given the confusion matrix.
1 | algoMCC(tp, fn, fp, tn)
|
tp |
The number of true positive classifications. |
fn |
The number of false negative classifications. |
fp |
The number of false positive classifications. |
tn |
The number of true negative classifications. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.