|
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
Syntaxpublic double MatthewsCorrelationCoefficient { get; }
Public ReadOnly Property MatthewsCorrelationCoefficient As Double
Get
Request Example
View SourceProperty Value
Type:
Double
Remarks
A coefficient of +1 represents a perfect prediction, 0 an
average random prediction and −1 an inverse prediction.
See Also