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.distancefunction |
Distance functions for use within ELKI.
|
de.lmu.ifi.dbs.elki.distance.similarityfunction |
Similarity functions.
|
de.lmu.ifi.dbs.elki.index.preprocessed.snn |
Indexes providing nearest neighbor sets
|
Modifier and Type | Interface and Description |
---|---|
interface |
TreeSetModifiableDBIDs
Set-oriented implementation of a modifiable DBID collection.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericTreeSetModifiableDBIDs
Set-oriented implementation of a modifiable DBID collection.
|
Modifier and Type | Method and Description |
---|---|
protected static double |
SharedNearestNeighborJaccardDistanceFunction.Instance.jaccardCoefficient(TreeSetDBIDs neighbors1,
TreeSetDBIDs neighbors2) |
Modifier and Type | Method and Description |
---|---|
protected static int |
FractionalSharedNearestNeighborSimilarityFunction.Instance.countSharedNeighbors(TreeSetDBIDs neighbors1,
TreeSetDBIDs neighbors2) |
Modifier and Type | Method and Description |
---|---|
TreeSetDBIDs |
SharedNearestNeighborIndex.getNearestNeighborSet(DBID objid)
Get the precomputed nearest neighbors
|
TreeSetDBIDs |
SharedNearestNeighborPreprocessor.getNearestNeighborSet(DBID objid) |