|
ReceiverOperatingCharacteristicGetScatterplot Method
|
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Scatterplot GetScatterplot(
bool includeRandom = false
)
Public Function GetScatterplot (
Optional includeRandom As Boolean = false
) As Scatterplot
Request Example
View SourceParameters
- 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:
ScatterplotSee Also