|
ReceiverOperatingCharacteristicCompute Method (Double)
|
Computes a ROC curve with the given increment points
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public void Compute(
params double[] cutpoints
)
Public Sub Compute (
ParamArray cutpoints As Double()
)
Request Example
View SourceParameters
- cutpoints
- Type: SystemDouble
See Also