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 |
Evaluation of rankings and scorings.
|
de.lmu.ifi.dbs.elki.evaluation.scores.adapter |
Adapter classes for ranking and scoring measures.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.heap |
Heap structures and variations such as bounded priority heaps.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy |
Delegate implementation of a hierarchy.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.histogram |
Classes for computing histograms.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.iterator |
ELKI Iterator API.
|
de.lmu.ifi.dbs.elki.utilities.io |
Utility classes for input/output.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DBIDArrayIter
Array iterators that can also go backwards and seek.
|
interface |
DBIDArrayMIter
Modifiable array iterator.
|
interface |
DBIDIter
Iterator for DBIDs.
|
interface |
DBIDMIter
Modifiable DBID 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.
|
protected class |
MaskedDBIDs.DBIDItr
Iterator over set bits.
|
protected class |
MaskedDBIDs.InvDBIDItr
Iterator over set bits.
|
(package private) class |
UnmodifiableArrayDBIDs.UnmodifiableDBIDArrayIter
Make an existing DBIDMIter unmodifiable.
|
(package private) class |
UnmodifiableDBIDs.UnmodifiableDBIDIter
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.
|
(package private) interface |
IntegerDBIDIter
Iterator for integer DBIDs.
|
(package private) interface |
IntegerDBIDMIter
Modifiable iterator interface for integer DBIDs.
|
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.
|
protected static class |
TroveHashSetModifiableDBIDs.Itr
Iterator over trove hashs.
|
private static class |
TroveHashSetModifiableDBIDs.Itr.TIntHashItr
Custom iterator over TIntHash.
|
(package private) class |
UnmodifiableIntegerArrayDBIDs.UnmodifiableDBIDIter
Make an existing DBIDMIter unmodifiable.
|
(package private) class |
UnmodifiableIntegerDBIDs.UnmodifiableDBIDIter
Make an existing DBIDMIter unmodifiable.
|
Modifier and Type | Method and Description |
---|---|
Iter |
TroveHashSetModifiableDBIDs.Itr.TIntHashItr.advance() |
Modifier and Type | Interface and Description |
---|---|
static interface |
ScoreEvaluation.ScoreIter
Iterator for comparing scores.
|
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 |
DistanceResultAdapter
This adapter is used to process a list of (double, DBID) objects.
|
class |
FilteredDistanceResultAdapter
This adapter is used to process a list of (double, DBID) objects, but allows
skipping one object in the ranking.
|
class |
IncreasingVectorIter
Class to iterate over a number vector in decreasing order.
|
class |
OutlierScoreAdapter
This adapter can be used for an arbitrary collection of Integers, and uses
that id1.compareTo(id2) !
|
class |
SimpleAdapter
This adapter can be used for an arbitrary collection of Integers, and uses
that id1.compareTo(id2) !
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DoubleHeap.UnsortedIter
Unsorted iterator - in heap order.
|
static interface |
DoubleIntegerHeap.UnsortedIter
Unsorted iterator - in heap order.
|
static interface |
DoubleLongHeap.UnsortedIter
Unsorted iterator - in heap order.
|
static interface |
DoubleObjectHeap.UnsortedIter<V>
Unsorted iterator - in heap order.
|
static interface |
IntegerHeap.UnsortedIter
Unsorted iterator - in heap order.
|
static interface |
IntegerObjectHeap.UnsortedIter<V>
Unsorted iterator - in heap order.
|
static interface |
ObjectHeap.UnsortedIter<K>
Unsorted iterator - in heap order.
|
Modifier and Type | Class and Description |
---|---|
private class |
ComparableMaxHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
ComparableMinHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
ComparatorMaxHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
ComparatorMinHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
DoubleIntegerMaxHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
DoubleIntegerMinHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
DoubleLongMaxHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
DoubleLongMinHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
DoubleMaxHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
DoubleMinHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
DoubleObjectMaxHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
DoubleObjectMinHeap.UnsortedIter
Unsorted iterator - in heap order.
|
class |
Heap.UnorderedIter
Heap iterator.
|
private class |
IntegerMaxHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
IntegerMinHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
IntegerObjectMaxHeap.UnsortedIter
Unsorted iterator - in heap order.
|
private class |
IntegerObjectMinHeap.UnsortedIter
Unsorted iterator - in heap order.
|
class |
TiedTopBoundedHeap.UnorderedIter
Unordered heap iterator class.
|
Modifier and Type | Method and Description |
---|---|
Iter |
IntegerObjectMinHeap.UnsortedIter.advance() |
Iter |
IntegerObjectMaxHeap.UnsortedIter.advance() |
Iter |
IntegerMinHeap.UnsortedIter.advance() |
Iter |
IntegerMaxHeap.UnsortedIter.advance() |
Iter |
DoubleObjectMinHeap.UnsortedIter.advance() |
Iter |
DoubleObjectMaxHeap.UnsortedIter.advance() |
Iter |
DoubleMinHeap.UnsortedIter.advance() |
Iter |
DoubleMaxHeap.UnsortedIter.advance() |
Iter |
DoubleLongMinHeap.UnsortedIter.advance() |
Iter |
DoubleLongMaxHeap.UnsortedIter.advance() |
Iter |
DoubleIntegerMinHeap.UnsortedIter.advance() |
Iter |
DoubleIntegerMaxHeap.UnsortedIter.advance() |
Iter |
ComparatorMinHeap.UnsortedIter.advance() |
Iter |
ComparatorMaxHeap.UnsortedIter.advance() |
Iter |
ComparableMinHeap.UnsortedIter.advance() |
Iter |
ComparableMaxHeap.UnsortedIter.advance() |
Modifier and Type | Interface and Description |
---|---|
static interface |
Hierarchy.Iter<O>
Iterator interface.
|
Modifier and Type | Class and Description |
---|---|
class |
FilteredIter<O>
Filtered iterator.
|
private class |
HashMapHierarchy.ItrAll
Iterator over all known elements, by insertion order.
|
private class |
HashMapHierarchy.ItrAnc
Iterator over all Ancestors.
|
private class |
HashMapHierarchy.ItrDesc
Iterator over all descendants.
|
(package private) class |
HashMapHierarchy.Rec.ItrChildren
Child iterator.
|
(package private) class |
HashMapHierarchy.Rec.ItrChildrenReverse
Child iterator.
|
(package private) class |
HashMapHierarchy.Rec.ItrParents
Parent iterator.
|
(package private) class |
HashMapHierarchy.Rec.ItrParentsReverse
Parent iterator.
|
class |
StackedIter<B,A extends B>
Filtered iterator.
|
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 | Interface and Description |
---|---|
interface |
ArrayIter
Array iterators can also go backwards and seek.
|
interface |
MIter
Modifiable iterator, that also supports removal.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayListIter<O>
ELKI style Iterator for array lists.
|
Modifier and Type | Method and Description |
---|---|
Iter |
Iter.advance()
Moves the iterator forward to the next entry.
|
Modifier and Type | Class and Description |
---|---|
class |
Tokenizer
String tokenizer.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.