Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCharacteristic Constructor (Double, Double)

Constructs a new Receiver Operating Characteristic model

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

Parameters

expected
Type: SystemDouble
An array of binary values. Typically represented as 0 and 1, or -1 and 1, indicating negative and positive cases, respectively. The maximum value will be treated as the positive case, and the lowest as the negative.
actual
Type: SystemDouble
An array of continuous values trying to approximate the measurement array.
See Also