Click or drag to resize
Accord.NET (logo)

ConfusionMatrixMatthewsCorrelationCoefficient Property

Matthews Correlation Coefficient, also known as Phi coefficient

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double MatthewsCorrelationCoefficient { get; }
Request Example View Source

Property Value

Type: Double
Remarks
A coefficient of +1 represents a perfect prediction, 0 an average random prediction and −1 an inverse prediction.
See Also