| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.evaluation.roc | 
 Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve) 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ROC.DBIDsTest
Test predicate using a DBID set as positive elements. 
 | 
static class  | 
ROC.VectorNonZero
Class that uses a NumberVector as reference, and considers all non-zero
 values as positive entries. 
 | 
static class  | 
ROC.VectorZero
Class that uses a NumberVector as reference, and considers all zero values
 as positive entries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <I extends ROC.ScoreIter>  | 
ROC.materializeROC(ROC.Predicate<? super I> predicate,
              I iter)
Compute a ROC curve given a set of positive IDs and a sorted list of
 (comparable, ID)s, where the comparable object is used to decided when two
 objects are interchangeable. 
 |