Click or drag to resize
Accord.NET (logo)

RocAreaMethod Enumeration

Methods for computing the area under Receiver-Operating Characteristic (ROC) curves (also known as the ROC AUC).

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public enum RocAreaMethod
Members
  Member nameValueDescription
DeLong0 Method of DeLong, E. R., D. M. DeLong, and D. L. Clarke-Pearson. 1988. Comparing the areas under two or more correlated receiver operating characteristic curves: a nonparametric approach. Biometrics 44:837–845.
HanleyMcNeil1 Method of Hanley, J.A. and McNeil, B.J. 1983. A method of comparing the areas under receiver operating characteristic curves derived from the same cases. Radiology 148:839-843.
See Also