Tags | |
UUID | 5ae495e1-62fd-11e6-9770-bc764e2038f2 |
The Matthews Correlation Coefficient calculator computes the Matthews Correlation Coefficient between observed and predicted binary classifications.
INSTRUCTIONS: Enter the following:
Matthews Correlation Coefficient (MCC): The calculator returns the coefficient.
The Matthews Correlation Coefficient is used in machine learning as a measure of the quality of binary (two-class) classifications. It takes into account true and false positives and negatives and is generally regarded as a balanced measure which can be used even if the classes are of very different sizes. The MCC is in essence a correlation coefficient between the observed and predicted binary classifications; it returns a value between -1 and +1. A coefficient of +1 represents a perfect prediction, 0 no better than random prediction and -1 indicates disagreement between prediction and observation.
The formula for the Matthews Correlation Coefficient is:
where:
Wikipedia (https://en.wikipedia.org/wiki/Matthews_correlation_coefficient)
No comments |