|
GeneralConfusionMatrixOverallAgreement Property
|
Overall agreement.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double OverallAgreement { get; }
Public ReadOnly Property OverallAgreement As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleRemarks
The overall agreement is the sum of the diagonal elements
of the contingency table divided by the number of samples.
See Also