Package de.lmu.ifi.dbs.elki.evaluation.roc

Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve)

See:
          Description


Class Summary
ComputeROCCurve Compute a ROC curve to evaluate a ranking algorithm and compute the corresponding ROCAUC value.
ComputeROCCurve.Parameterizer Parameterization class.
ComputeROCCurve.ROCResult Result object for ROC curves.
ROC Compute ROC (Receiver Operating Characteristics) curves.
ROC.DistanceResultAdapter<D extends Distance<D>> This adapter can be used for an arbitrary collection of Integers, and uses that id1.compareTo(id2) !
ROC.OutlierScoreAdapter This adapter can be used for an arbitrary collection of Integers, and uses that id1.compareTo(id2) !
ROC.SimpleAdapter This adapter can be used for an arbitrary collection of Integers, and uses that id1.compareTo(id2) !
 

Package de.lmu.ifi.dbs.elki.evaluation.roc Description

Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve)


Release 0.4.0 (2011-09-20_1324)