See: Description

| Class | Description |
|---|---|
| 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) !
|
Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve)