|
ConfusionMatrixPredictedPositives Property
|
Gets the number of predicted positives.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int PredictedPositives { get; }
Public ReadOnly Property PredictedPositives As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32Remarks
The number of cases predicted as positive by the
test. This value can be computed by adding the
true positives and false positives.
See Also