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.scores.adapter |
Adapter classes for ranking and scoring measures.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.histogram |
Classes for computing histograms.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.iterator |
ELKI Iterator API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DBIDArrayIter
Array iterators that can also go backwards and seek.
|
interface |
DBIDArrayMIter
Modifiable array iterator.
|
interface |
DoubleDBIDListIter
Iterator over double-DBID pairs results.
|
interface |
DoubleDBIDListMIter
Modifiable DBIDList iterator.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
EmptyDBIDs.EmptyDBIDIterator
Iterator for empty DBIDs-
|
Modifier and Type | Class and Description |
---|---|
private class |
KNNSubList.Itr
Iterator for the sublist.
|
(package private) class |
UnmodifiableArrayDBIDs.UnmodifiableDBIDArrayIter
Make an existing DBIDMIter unmodifiable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleIntegerDBIDListIter
Combination interface of the DoubleDBIDListIter with IntegerDBIDIter.
|
(package private) interface |
DoubleIntegerDBIDListMIter
Combination interface for modifiable iterators.
|
(package private) interface |
IntegerDBIDArrayIter
Modifiable integer array iterator.
|
(package private) interface |
IntegerDBIDArrayMIter
Modifiable integer array iterator.
|
Modifier and Type | Class and Description |
---|---|
private class |
ArrayModifiableIntegerDBIDs.Itr
Iterator class.
|
private class |
ArrayModifiableIntegerDBIDs.Slice.SliceItr
Iterator class.
|
protected class |
ArrayStaticIntegerDBIDs.Itr
DBID iterator in ELKI/C style.
|
private class |
ArrayStaticIntegerDBIDs.Slice.SliceItr
Iterator class.
|
private class |
DoubleIntegerDBIDList.Itr
List iterator.
|
private class |
DoubleIntegerDBIDPairKNNListHeap.Itr
Iterator.
|
private class |
DoubleIntegerDBIDPairList.Itr
List iterator.
|
protected class |
IntegerDBID.Itr
Pseudo iterator for DBIDs interface.
|
private class |
IntegerDBIDKNNSubList.Itr
Iterator for the sublist.
|
private static class |
IntegerDBIDPair.Itr
Iterator.
|
private class |
IntegerDBIDPair.Slice.SliceItr
Iterator class.
|
private static class |
IntegerDBIDRange.Itr
Iterator in ELKI/C++ style.
|
protected class |
IntegerDBIDVar.Itr
Pseudo iterator for DBIDs interface.
|
(package private) class |
UnmodifiableIntegerArrayDBIDs.UnmodifiableDBIDIter
Make an existing DBIDMIter unmodifiable.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVectorIter
Class to iterate over a number vector in decreasing order.
|
class |
DecreasingVectorIter
Class to iterate over a number vector in decreasing order.
|
class |
IncreasingVectorIter
Class to iterate over a number vector in decreasing order.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DoubleHistogram.Iter
Iterator interface.
|
static interface |
FloatHistogram.Iter
Iterator interface.
|
static interface |
Histogram.Iter
Array iterator.
|
static interface |
IntHistogram.Iter
Iterator interface.
|
static interface |
LongHistogram.Iter
Iterator interface.
|
static interface |
ObjHistogram.Iter<T>
Histogram iterator.
|
static interface |
ShortHistogram.Iter
Iterator interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractObjStaticHistogram.Iter
Iterator class.
|
class |
AbstractStaticHistogram.Iter
Iterator class to iterate over all bins.
|
class |
DoubleStaticHistogram.Iter
Iterator class.
|
class |
FloatStaticHistogram.Iter
Iterator class.
|
class |
IntStaticHistogram.Iter
Iterator class.
|
class |
LongStaticHistogram.Iter
Iterator class.
|
class |
ShortStaticHistogram.Iter
Iterator class.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayListIter<O>
ELKI style Iterator for array lists.
|
Modifier and Type | Method and Description |
---|---|
ArrayIter |
ArrayListIter.advance() |
ArrayIter |
ArrayIter.advance() |
ArrayIter |
ArrayListIter.advance(int count) |
ArrayIter |
ArrayIter.advance(int count)
Moves the iterator forward or backward by the given offset.
|
ArrayIter |
ArrayListIter.retract() |
ArrayIter |
ArrayIter.retract()
Moves the iterator backward to the previous entry.
|
ArrayIter |
ArrayListIter.seek(int off) |
ArrayIter |
ArrayIter.seek(int off)
Moves the iterator to the given position
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.