|
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()
Public Function GetXYValues As Double()()
Request Example
View SourceReturn 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