Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCharacteristicPointCollectionGetXYValues Method

Gets the (1-specificity, sensitivity) values as (x,y) coordinates.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[][] GetXYValues()
Request Example View Source

Return Value

Type: Double
An jagged double array where each element is a double[] vector with two positions; the first is the value for 1-specificity (x) and the second the value for sensitivity (y).
See Also