Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.ids |
Database object identification and ID group handling API.
|
de.lmu.ifi.dbs.elki.database.ids.distance |
Distance-DBID pairs, lists and heaps.
|
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.datasource.parser |
Parsers for different file formats and data types.
|
de.lmu.ifi.dbs.elki.evaluation.roc |
Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve)
|
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.
|
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.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
EmptyDBIDs.EmptyDBIDIterator
Iterator for empty DBIDs-
|
Modifier and Type | Interface and Description |
---|---|
interface |
DistanceDBIDListIter<D extends Distance<D>>
Iterator over distance-based query results.
|
interface |
DoubleDistanceDBIDListIter
Iterator for double valued distance-based query results.
|
Modifier and Type | Class and Description |
---|---|
protected class |
DoubleDistanceDBIDPairList.Itr
Iterator class.
|
Modifier and Type | Class and Description |
---|---|
class |
DBIDIterAdapter
Iterator for classic collections.
|
private class |
DistanceDBIDPairKNNList.Itr
Iterator.
|
private class |
DoubleDistanceDBIDPairKNNList.Itr
Iterator.
|
private class |
DoubleDistanceDBIDPairKNNListHeap.Itr
Iterator.
|
private class |
DoubleDistanceKNNSubList.Itr
Iterator for the sublist.
|
protected class |
GenericDistanceDBIDList.Itr
Iterator class.
|
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 |
DoubleDistanceIntegerDBIDListIter
Combination interface.
|
interface |
IntegerDBIDArrayIter
Modifiable integer array iterator.
|
interface |
IntegerDBIDArrayMIter
Modifiable integer array iterator.
|
interface |
IntegerDBIDIter
Iterator for integer DBIDs.
|
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 |
DoubleDistanceIntegerDBIDList.Itr
List iterator.
|
private class |
DoubleDistanceIntegerDBIDPairKNNListHeap.Itr
Iterator.
|
private class |
DoubleDistanceIntegerDBIDPairList.Itr
List iterator.
|
protected class |
IntegerDBID.Itr
Pseudo iterator for DBIDs interface.
|
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 | Class and Description |
---|---|
class |
Tokenizer
String tokenizer.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ROC.ScoreIter
Iterator for comparing scores.
|
Modifier and Type | Class and Description |
---|---|
static class |
ROC.DecreasingVectorIter
Class to iterate over a number vector in decreasing order.
|
static class |
ROC.DistanceResultAdapter<D extends Distance<D>>
This adapter can be used for an arbitrary collection of Integers, and uses
that id1.compareTo(id2) !
|
static class |
ROC.IncreasingVectorIter
Class to iterate over a number vector in decreasing order.
|
static class |
ROC.OutlierScoreAdapter
This adapter can be used for an arbitrary collection of Integers, and uses
that id1.compareTo(id2) !
|
static class |
ROC.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 | Interface and Description |
---|---|
static interface |
Hierarchy.Iter<O>
Iterator interface.
|
Modifier and Type | Class and Description |
---|---|
private class |
HashMapHierarchy.ItrAll
Iterator over all members of the hierarchy.
|
private class |
HashMapHierarchy.ItrAnc
Iterator over all Ancestors.
|
private class |
HashMapHierarchy.ItrDesc
Iterator to collect into the descendants.
|
(package private) class |
HashMapHierarchy.Rec.ItrChildren
Child iterator.
|
(package private) class |
HashMapHierarchy.Rec.ItrParents
Parent 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.
|