Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCharacteristicCompute Method (Int32)

Computes a n-points ROC curve.

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

Parameters

points
Type: SystemInt32
The number of points for the curve.
Remarks
Each point in the ROC curve will have a threshold increase of 1/npoints over the previous point, starting at zero.
See Also