|
ConfusionMatrixAccuracy Property
|
Accuracy, or raw performance of the system
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double Accuracy { get; }
Public ReadOnly Property Accuracy As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleRemarks
The Accuracy is calculated as
ACC = (TP + TN) / (P + N).
See Also