Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCharacteristic Properties

The ReceiverOperatingCharacteristic type exposes the following members.

Properties
  NameDescription
Public propertyActual
Gets the actual values given by the test.
Public propertyArea
Gets the area under this curve (AUC).
Public propertyExpected
Gets the ground truth values, or the values which should have been given by the test if it was perfect.
Public propertyNegativeAccuracies
Gets DeLong's pseudoaccuracies for the negative subjects
Public propertyNegativeResults
Gets the actual test results for subjects which should have been labeled as negative.
Public propertyNegatives
Gets the number of actual negative cases.
Public propertyObservations
Gets the number of cases (observations) being analyzed.
Public propertyPoints
Gets the points of the curve.
Public propertyPositiveAccuracies
Gets DeLong's pseudoaccuracies for the positive subjects.
Public propertyPositiveResults
Gets the actual test results for subjects which should have been labeled as positive.
Public propertyPositives
Gets the number of actual positive cases.
Public propertyStandardError
Gets the standard error for the Area.
Public propertyVariance
Gets the variance of the curve's Area.
Top
See Also