|
ConfusionMatrixActualPositives Property
|
Gets the number of actual positives.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int ActualPositives { get; }
Public ReadOnly Property ActualPositives As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32Remarks
The number of positives cases can be computed by
taking the sum of true positives and false negatives.
See Also