|
ReceiverOperatingCharacteristicCompute Method (Int32)
|
Computes a n-points ROC curve.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public void Compute(
int points
)
Public Sub Compute (
points As Integer
)
Request Example
View SourceParameters
- points
- Type: SystemInt32
The number of points for the curve.
Remarks
Each point in the ROC curve will have a threshold increase of
1/npoints over the previous point, starting at zero.
See Also