Uses of Interface
elki.utilities.datastructures.iterator.Iter
-
Packages that use Iter Package Description elki.clustering.hierarchical.birch BIRCH clustering.elki.database.ids Database object identification and ID group handling API.elki.database.ids.integer Integer-based DBID implementation -- do not use directly - always useDBIDUtil
.elki.database.query Database queries - computing distances, neighbors, similarities - API and general documentation.elki.database.query.distance Prepared queries for distances.elki.evaluation.scores Evaluation of rankings and scorings.elki.evaluation.scores.adapter Adapter classes for ranking and scoring measures.elki.index.distancematrix Precomputed distance matrix.elki.index.tree.betula BETULA clustering by aggregating the data into cluster features.elki.index.tree.metrical.covertree Cover-tree variations.elki.index.tree.metrical.vptree elki.index.tree.spatial.kd K-d-tree and variants.elki.index.tree.spatial.rstarvariants.query Queries on the R-Tree family of indexes: kNN and range queries.elki.result Result types, representation and handling.elki.utilities.datastructures.heap Heap structures and variations such as bounded priority heaps.elki.utilities.datastructures.hierarchy Delegate implementation of a hierarchy.elki.utilities.datastructures.histogram Classes for computing histograms.elki.utilities.datastructures.iterator ELKI Iterator API.elki.utilities.io Utility classes for input/output. -
-
Uses of Iter in elki.clustering.hierarchical.birch
Classes in elki.clustering.hierarchical.birch that implement Iter Modifier and Type Class Description static class
CFTree.LeafIterator
Iterator over leaf nodes.Methods in elki.clustering.hierarchical.birch that return Iter Modifier and Type Method Description Iter
CFTree.LeafIterator. advance()
-
Uses of Iter in elki.database.ids
Subinterfaces of Iter in elki.database.ids Modifier and Type Interface 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
DoubleDBIDIter
Iterator over Double+DBID pairs results.interface
DoubleDBIDListIter
Iterator over Double+DBID pairs results.interface
DoubleDBIDListMIter
Modifiable DBIDList iterator.Classes in elki.database.ids that implement Iter Modifier and Type Class Description protected static class
EmptyDBIDs.EmptyDBIDIterator
Iterator for empty DBIDs- -
Uses of Iter in elki.database.ids.integer
Subinterfaces of Iter in elki.database.ids.integer Modifier and Type Interface 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.Classes in elki.database.ids.integer that implement Iter Modifier and Type Class 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
DoubleIntegerDBIDArrayList.Itr
List iterator.protected class
DoubleIntegerDBIDHeap.UnorderedIter
Iterate over all objects in the heap, not ordered.private class
DoubleIntegerDBIDKNNHeap.UnorderedIter
Iterate over all objects in the heap, not ordered.private class
DoubleIntegerDBIDSubList.Itr
Iterator for the sublist.protected static class
FastutilIntOpenHashSetModifiableDBIDs.Itr
Iterator over Fastutil hashs.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.private static class
UnmodifiableIntegerArrayDBIDs.Itr
Make an existing DBIDMIter unmodifiable.(package private) static class
UnmodifiableIntegerDBIDs.UnmodifiableDBIDIter
Make an existing DBIDMIter unmodifiable. -
Uses of Iter in elki.database.query
Subinterfaces of Iter in elki.database.query Modifier and Type Interface Description interface
PrioritySearcher<O>
Distance priority-based searcher.Classes in elki.database.query that implement Iter Modifier and Type Class Description class
ExactPrioritySearcher<O>
Priority searcher that refines all objects to their exact distances, using another priority searcher inside to provide candidates.class
WrappedPrioritySearchDBIDByLookup<O>
Find nearest neighbors by querying with the original object.static class
WrappedPrioritySearchDBIDByLookup.Linear<O>
Linear scan searcher. -
Uses of Iter in elki.database.query.distance
Classes in elki.database.query.distance that implement Iter Modifier and Type Class Description class
LinearScanEuclideanPrioritySearcher<Q,O extends NumberVector>
Default linear scan search class, for Euclidean distance.static class
LinearScanEuclideanPrioritySearcher.ByDBID<O extends NumberVector>
Search by DBID.static class
LinearScanEuclideanPrioritySearcher.ByObject<O extends NumberVector>
Search by Object.class
LinearScanPrioritySearcher<Q,O>
Default linear scan search class.static class
LinearScanPrioritySearcher.ByDBID<O>
Search by DBID.static class
LinearScanPrioritySearcher.ByObject<O>
Search by Object. -
Uses of Iter in elki.evaluation.scores
Subinterfaces of Iter in elki.evaluation.scores Modifier and Type Interface Description static interface
ScoreEvaluation.Adapter
Predicate to test whether an object is a true positive or false positive. -
Uses of Iter in elki.evaluation.scores.adapter
Classes in elki.evaluation.scores.adapter that implement Iter Modifier and Type Class 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 DBIDs, and does hence not have a notion of ties. -
Uses of Iter in elki.index.distancematrix
Classes in elki.index.distancematrix that implement Iter Modifier and Type Class Description class
PrecomputedDistanceMatrix.PrecomputedDistancePrioritySearcher
Range query using the distance matrix. -
Uses of Iter in elki.index.tree.betula
Classes in elki.index.tree.betula that implement Iter Modifier and Type Class Description static class
CFTree.LeafIterator<L extends ClusterFeature>
Iterator over leaf nodes.Methods in elki.index.tree.betula that return Iter Modifier and Type Method Description Iter
CFTree.LeafIterator. advance()
-
Uses of Iter in elki.index.tree.metrical.covertree
Classes in elki.index.tree.metrical.covertree that implement Iter Modifier and Type Class Description class
CoverTree.CoverTreePriorityDBIDSearcher
Priority query class.class
CoverTree.CoverTreePriorityObjectSearcher
Priority query class.class
CoverTree.CoverTreePrioritySearcher<Q>
Priority query class.class
SimplifiedCoverTree.CoverTreePriorityDBIDSearcher
Priority query class.class
SimplifiedCoverTree.CoverTreePriorityObjectSearcher
Priority query class.class
SimplifiedCoverTree.CoverTreePrioritySearcher<Q>
Priority query class. -
Uses of Iter in elki.index.tree.metrical.vptree
Classes in elki.index.tree.metrical.vptree that implement Iter Modifier and Type Class Description class
GNAT.GNATPriorityDBIDSearcher
Range search for the VP-tree.class
GNAT.GNATPriorityObjectSearcher
Range search for the VP-tree.class
GNAT.GNATPrioritySearcher<T>
priority search query for mvp-treeclass
VPTree.VPTreePriorityDBIDSearcher
Range search for the VP-tree.class
VPTree.VPTreePriorityObjectSearcher
Range search for the VP-tree.class
VPTree.VPTreePrioritySearcher<Q>
Priority search for the VP-Tree. -
Uses of Iter in elki.index.tree.spatial.kd
Classes in elki.index.tree.spatial.kd that implement Iter Modifier and Type Class Description class
MemoryKDTree.KDTreePrioritySearcher
Priority search for the k-d-tree.class
MinimalisticMemoryKDTree.KDTreePrioritySearcher
Priority search for the k-d-tree.class
SmallMemoryKDTree.KDTreePrioritySearcher
Priority search for the k-d-tree. -
Uses of Iter in elki.index.tree.spatial.rstarvariants.query
Classes in elki.index.tree.spatial.rstarvariants.query that implement Iter Modifier and Type Class Description class
EuclideanRStarTreeDistancePrioritySearcher<O extends SpatialComparable>
Instance of priority search for a particular spatial index.class
RStarTreeDistancePrioritySearcher<O extends SpatialComparable>
Instance of priority search for a particular spatial index. -
Uses of Iter in elki.result
Classes in elki.result that implement Iter Modifier and Type Class Description private static class
Metadata.EagerIt<O>
Base class for iterators that need to look ahead, e.g., to check conditions on the next element.private class
Metadata.Hierarchy.ItrAnc
Iterator over all ancestors.private class
Metadata.Hierarchy.ItrChildren
Child iterator.private class
Metadata.Hierarchy.ItrChildrenReverse
Child iterator.private class
Metadata.Hierarchy.ItrDesc
Iterator over all descendants.private class
Metadata.Hierarchy.ItrParents
Parent iterator.private class
Metadata.Hierarchy.ItrParentsReverse
Parent iterator. -
Uses of Iter in elki.utilities.datastructures.heap
Subinterfaces of Iter in elki.utilities.datastructures.heap Modifier and Type Interface 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.Classes in elki.utilities.datastructures.heap that implement Iter Modifier and Type Class 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. -
Uses of Iter in elki.utilities.datastructures.hierarchy
Classes in elki.utilities.datastructures.hierarchy that implement Iter Modifier and Type Class Description 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.private class
HashMapHierarchy.Rec.ItrChildren
Child iterator.private class
HashMapHierarchy.Rec.ItrChildrenReverse
Child iterator.private class
HashMapHierarchy.Rec.ItrParents
Parent iterator.private class
HashMapHierarchy.Rec.ItrParentsReverse
Parent iterator.class
StackedIter<B,A extends B>
Filtered iterator. -
Uses of Iter in elki.utilities.datastructures.histogram
Subinterfaces of Iter in elki.utilities.datastructures.histogram Modifier and Type Interface Description static interface
Histogram.Iter
Array iterator.Classes in elki.utilities.datastructures.histogram that implement Iter Modifier and Type Class Description class
AbstractStaticHistogram.Iter
Iterator class to iterate over all bins.class
DoubleHistogram.Iter
Iterator class.class
ObjHistogram.Iter
Iterator class. -
Uses of Iter in elki.utilities.datastructures.iterator
Subinterfaces of Iter in elki.utilities.datastructures.iterator Modifier and Type Interface Description interface
ArrayIter
Array iterators can also go backwards and seek.interface
It<O>
Object iterator interface.interface
MIter
Modifiable iterator, that also supports removal.Classes in elki.utilities.datastructures.iterator that implement Iter Modifier and Type Class Description class
ArrayListIter<O>
ELKI style Iterator for array lists.class
ConcatIt<O>
Concatenate multiple iterators.class
EmptyIterator<O>
Empty object iterator.class
FilteredIt<O>
Filtered iterator.class
IterableIt<O>
ELKI style Iterator wrapper for collections.class
SubtypeIt<O>
Filtered iterator.Methods in elki.utilities.datastructures.iterator that return Iter Modifier and Type Method Description Iter
Iter. advance()
Moves the iterator forward to the next entry. -
Uses of Iter in elki.utilities.io
Classes in elki.utilities.io that implement Iter Modifier and Type Class Description class
Tokenizer
String tokenizer.
-