Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCharacteristicCompute Method (Double, Boolean)

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,
	bool forceOrigin
)
Request Example View Source

Parameters

increment
Type: SystemDouble
The increment over the previous point for each point in the curve.
forceOrigin
Type: SystemBoolean
True to force the inclusion of the (0,0) point, false otherwise. Default is false.
See Also