Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCharacteristicCompute Method (Double)

Computes a ROC curve with 1/increment points

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public void Compute(
	double increment
)
Request Example View Source

Parameters

increment
Type: SystemDouble
The increment over the previous point for each point in the curve.
See Also