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.distance.similarityfunction |
Similarity functions.
|
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.
|
interface |
TreeSetDBIDs
Marker for sorted, tree-organized DBIDs
|
interface |
TreeSetModifiableDBIDs
Set-oriented implementation of a modifiable 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.
|
class |
GenericTreeSetModifiableDBIDs
Set-oriented implementation of a modifiable DBID collection.
|
Modifier and Type | Method and Description |
---|---|
protected static int |
SharedNearestNeighborSimilarityFunction.countSharedNeighbors(SetDBIDs neighbors1,
SetDBIDs neighbors2) |
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) |