|
ReceiverOperatingCharacteristicCompute Method (Double)
|
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
)
Public Sub Compute (
increment As Double
)
Request Example
View SourceParameters
- increment
- Type: SystemDouble
The increment over the previous point for each point in the curve.
See Also