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.math.dimensionsimilarity |
Functions to compute the similarity of dimensions (or the interestingness of the combination).
|
Modifier and Type | Interface and Description |
---|---|
interface |
DBIDArrayMIter
Modifiable array iterator.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
EmptyDBIDs.EmptyDBIDIterator
Iterator for empty DBIDs-
|
Modifier and Type | Method and Description |
---|---|
DBIDArrayIter |
ArrayDBIDs.iter()
Iterable
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
UnmodifiableArrayDBIDs.UnmodifiableDBIDArrayIter
Make an existing DBIDMIter unmodifiable.
|
Modifier and Type | Field and Description |
---|---|
private DBIDArrayIter |
UnmodifiableArrayDBIDs.UnmodifiableDBIDArrayIter.it
Wrapped iterator.
|
private DBIDArrayIter |
MaskedDBIDs.DBIDItr.iter
Array iterator, for referencing.
|
private DBIDArrayIter |
MaskedDBIDs.InvDBIDItr.iter
Array iterator, for referencing.
|
Modifier and Type | Method and Description |
---|---|
DBIDArrayIter |
UnmodifiableArrayDBIDs.iter() |
Constructor and Description |
---|
UnmodifiableArrayDBIDs.UnmodifiableDBIDArrayIter(DBIDArrayIter it)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntegerDBIDArrayIter
Modifiable integer array iterator.
|
interface |
IntegerDBIDArrayMIter
Modifiable integer array iterator.
|
Modifier and Type | Class and Description |
---|---|
protected class |
IntArrayStaticDBIDs.DBIDItr
DBID iterator in ELKI/C style.
|
protected class |
IntegerDBID.DBIDItr
Pseudo iterator for DBIDs interface.
|
protected static class |
IntegerDBIDRange.DBIDItr
Iterator in ELKI/C++ style.
|
protected class |
IntegerDBIDVar.DBIDItr
Pseudo iterator for DBIDs interface.
|
protected static class |
TroveArrayDBIDs.DBIDItr
Iterate over a Trove IntList, ELKI/C-style.
|
(package private) class |
UnmodifiableIntegerArrayDBIDs.UnmodifiableDBIDIter
Make an existing DBIDMIter unmodifiable.
|
Modifier and Type | Method and Description |
---|---|
DBIDArrayIter |
IntegerDBID.iter() |
DBIDArrayIter |
IntegerDBIDVar.iter() |
DBIDArrayIter |
IntegerDBIDRange.iter() |
Modifier and Type | Method and Description |
---|---|
private void |
MCEDimensionSimilarity.divide(DBIDArrayIter it,
double[] data,
ArrayList<DBIDs> idx,
int start,
int end,
int depth,
Mean mean)
Recursive call to further subdivide the array.
|