Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.ids |
Database object identification and ID group handling API.
|
de.lmu.ifi.dbs.elki.database.ids.generic |
Database object identification and ID group handling - generic implementations.
|
de.lmu.ifi.dbs.elki.database.ids.integer |
Integer-based DBID implementation --
do not use directly - always use
DBIDUtil . |
de.lmu.ifi.dbs.elki.evaluation.clustering.pairsegments |
Pair-segment analysis of multiple clusterings.
|
de.lmu.ifi.dbs.elki.evaluation.roc |
Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve)
|
Modifier and Type | Interface and Description |
---|---|
interface |
HashSetDBIDs
Hash-organized DBIDs
|
interface |
HashSetModifiableDBIDs
Set-oriented implementation of a modifiable DBID collection.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyDBIDs
Empty DBID collection.
|
Modifier and Type | Method and Description |
---|---|
static SetDBIDs |
DBIDUtil.ensureSet(DBIDs ids)
Ensure that the given DBIDs support fast "contains" operations.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericHashSetModifiableDBIDs
Set-oriented implementation of a modifiable DBID collection.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
TroveHashSetModifiableDBIDs
Implementation using GNU Trove Int Hash Sets.
|
Modifier and Type | Method and Description |
---|---|
private void |
Segments.recursivelyFill(List<List<? extends Cluster<?>>> cs,
int depth,
SetDBIDs first,
SetDBIDs second,
int[] path,
boolean objectsegment) |
Modifier and Type | Method and Description |
---|---|
private ComputeROCCurve.ROCResult |
ComputeROCCurve.computeROCResult(int size,
SetDBIDs positiveids,
Iterator<DBID> iter) |
private ComputeROCCurve.ROCResult |
ComputeROCCurve.computeROCResult(int size,
SetDBIDs positiveids,
OutlierResult or) |
static <C extends Comparable<? super C>> |
ROC.materializeROC(int size,
SetDBIDs ids,
Iterator<? extends PairInterface<C,DBID>> nei)
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.
|