Description Usage Arguments Examples
View source: R/measures_binaryclass.R
Defined as (tp * tn - fp * fn) / sqrt((tp + fp) * (tp + fn) * (tn + fp) * (tn + fn)), denominator set to 1 if 0.
| 1 | MCC(truth, response, negative, positive)
 | 
| truth | vector of true values | 
| response | vector of predicted values | 
| negative | negative class | 
| positive | positive class | 
| 1 2 3 4 5 6 7 8 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.