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.database.query.knn |
Prepared queries for k nearest neighbor (kNN) queries.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
EmptyDBIDs.EmptyDBIDIterator
Iterator for empty DBIDs
|
Modifier and Type | Method and Description |
---|---|
DBIDIter |
EmptyDBIDs.iter() |
DBIDIter |
ArrayDBIDs.iter()
Iterable
|
DBIDIter |
DBIDs.iter()
Get a DBIDIterator (a more efficient API).
|
Modifier and Type | Class and Description |
---|---|
class |
DBIDIterAdapter
Iterator for classic collections.
|
protected class |
MaskedDBIDs.DBIDItr
Iterator over set bits
|
protected class |
MaskedDBIDs.InvDBIDItr
Iterator over set bits
|
Modifier and Type | Method and Description |
---|---|
DBIDIter |
UnmodifiableDBIDs.iter() |
DBIDIter |
GenericArrayModifiableDBIDs.iter() |
DBIDIter |
MergedDBIDs.iter() |
DBIDIter |
MaskedDBIDs.iter() |
DBIDIter |
GenericHashSetModifiableDBIDs.iter() |
Modifier and Type | Class and Description |
---|---|
protected class |
IntegerArrayStaticDBIDs.DBIDItr
DBID iterator in ELKI/C style.
|
protected class |
IntegerDBID.DBIDItr
Pseudo iterator for DBIDs interface.
|
protected class |
IntegerDBIDRange.DBIDItr
Iterator in ELKI/C++ style.
|
protected static class |
TroveArrayDBIDs.DBIDItr
Iterate over a Trove IntList, ELKI/C-style
|
protected static class |
TroveHashSetModifiableDBIDs.DBIDItr
Iterator over trove hashs.
|
Modifier and Type | Method and Description |
---|---|
DBIDIter |
TroveArrayDBIDs.iter() |
DBIDIter |
IntegerArrayStaticDBIDs.iter() |
DBIDIter |
IntegerDBID.iter() |
DBIDIter |
IntegerDBIDRange.iter() |
DBIDIter |
TroveHashSetModifiableDBIDs.iter() |
Modifier and Type | Class and Description |
---|---|
protected static class |
KNNUtil.DBIDItr
Proxy iterator for accessing DBIDs.
|
Modifier and Type | Method and Description |
---|---|
DBIDIter |
KNNUtil.DBIDView.iter() |