Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCharacteristicComputePoint Method

Computes a single point of a ROC curve using the given cutoff value.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ReceiverOperatingCharacteristicPoint ComputePoint(
	double threshold
)
Request Example View Source

Parameters

threshold
Type: SystemDouble

Return Value

Type: ReceiverOperatingCharacteristicPoint
See Also