|
GeneralConfusionMatrixChanceAgreement Property
|
Chance agreement.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double ChanceAgreement { get; }
Public ReadOnly Property ChanceAgreement As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleRemarks
The chance agreement tells how many samples
were correctly classified by chance alone.
See Also