Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCharacteristicGetScatterplot Method

Generates a Scatterplot representing the ROC curve.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Scatterplot GetScatterplot(
	bool includeRandom = false
)
Request Example View Source

Parameters

includeRandom (Optional)
Type: SystemBoolean
True to include a plot of the random curve (a diagonal line going from lower left to upper right); false otherwise.

Return Value

Type: Scatterplot
See Also