Uses of Package
elki.utilities.datastructures.heap
-
Packages that use elki.utilities.datastructures.heap Package Description elki.clustering.correlation Correlation clustering algorithms.elki.clustering.hierarchical Hierarchical agglomerative clustering (HAC).elki.clustering.kmeans K-means clustering and variations.elki.clustering.optics OPTICS family of clustering algorithms.elki.database.ids.integer Integer-based DBID implementation -- do not use directly - always useDBIDUtil
.elki.evaluation.clustering.internal Internal evaluation measures for clusterings.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.outlier.distance Distance-based outlier detection algorithms, such as DBOutlier and kNN.elki.outlier.subspace Subspace outlier detection methods.elki.utilities.datastructures.heap Heap structures and variations such as bounded priority heaps. -
Classes in elki.utilities.datastructures.heap used by elki.clustering.correlation Class Description ObjectHeap Basic in-memory heap for Object values. -
Classes in elki.utilities.datastructures.heap used by elki.clustering.hierarchical Class Description DoubleLongHeap Basic in-memory heap interface, for double keys and long values. -
Classes in elki.utilities.datastructures.heap used by elki.clustering.kmeans Class Description DoubleMinHeap Binary heap for primitive types. -
Classes in elki.utilities.datastructures.heap used by elki.clustering.optics Class Description UpdatableHeap A heap as used in OPTICS that allows updating entries. -
Classes in elki.utilities.datastructures.heap used by elki.database.ids.integer Class Description DoubleIntegerHeap Basic in-memory heap interface, for double keys and int values.DoubleIntegerHeap.UnsortedIter Unsorted iterator - in heap order. -
Classes in elki.utilities.datastructures.heap used by elki.evaluation.clustering.internal Class Description DoubleHeap Basic in-memory heap for double values. -
Classes in elki.utilities.datastructures.heap used by elki.index.tree.metrical.covertree Class Description DoubleObjectMinHeap Binary heap for double keys and Object values. -
Classes in elki.utilities.datastructures.heap used by elki.index.tree.metrical.vptree Class Description ComparableMinHeap Binary heap for primitive types.DoubleObjectMinHeap Binary heap for double keys and Object values. -
Classes in elki.utilities.datastructures.heap used by elki.index.tree.spatial.kd Class Description ComparableMinHeap Binary heap for primitive types. -
Classes in elki.utilities.datastructures.heap used by elki.index.tree.spatial.rstarvariants.query Class Description DoubleIntegerMinHeap Binary heap for double keys and int values. -
Classes in elki.utilities.datastructures.heap used by elki.outlier.distance Class Description ObjectHeap Basic in-memory heap for Object values. -
Classes in elki.utilities.datastructures.heap used by elki.outlier.subspace Class Description Heap.UnorderedIter Heap iterator. -
Classes in elki.utilities.datastructures.heap used by elki.utilities.datastructures.heap Class Description ComparableMaxHeap.UnsortedIter Unsorted iterator - in heap order.ComparableMinHeap.UnsortedIter Unsorted iterator - in heap order.ComparatorMaxHeap.UnsortedIter Unsorted iterator - in heap order.ComparatorMinHeap.UnsortedIter Unsorted iterator - in heap order.DoubleHeap Basic in-memory heap for double values.DoubleHeap.UnsortedIter Unsorted iterator - in heap order.DoubleIntegerHeap Basic in-memory heap interface, for double keys and int values.DoubleIntegerHeap.UnsortedIter Unsorted iterator - in heap order.DoubleIntegerMaxHeap.UnsortedIter Unsorted iterator - in heap order.DoubleIntegerMinHeap.UnsortedIter Unsorted iterator - in heap order.DoubleLongHeap Basic in-memory heap interface, for double keys and long values.DoubleLongHeap.UnsortedIter Unsorted iterator - in heap order.DoubleLongMaxHeap.UnsortedIter Unsorted iterator - in heap order.DoubleLongMinHeap.UnsortedIter Unsorted iterator - in heap order.DoubleMaxHeap.UnsortedIter Unsorted iterator - in heap order.DoubleMinHeap.UnsortedIter Unsorted iterator - in heap order.DoubleObjectHeap Basic in-memory heap interface, for double keys and Object values.DoubleObjectHeap.UnsortedIter Unsorted iterator - in heap order.DoubleObjectMaxHeap.UnsortedIter Unsorted iterator - in heap order.DoubleObjectMinHeap.UnsortedIter Unsorted iterator - in heap order.Heap Basic in-memory heap structure.Heap.UnorderedIter Heap iterator.IntegerHeap Basic in-memory heap for int values.IntegerHeap.UnsortedIter Unsorted iterator - in heap order.IntegerMaxHeap.UnsortedIter Unsorted iterator - in heap order.IntegerMinHeap.UnsortedIter Unsorted iterator - in heap order.IntegerObjectHeap Basic in-memory heap interface, for int keys and Object values.IntegerObjectHeap.UnsortedIter Unsorted iterator - in heap order.IntegerObjectMaxHeap.UnsortedIter Unsorted iterator - in heap order.IntegerObjectMinHeap.UnsortedIter Unsorted iterator - in heap order.ObjectHeap Basic in-memory heap for Object values.ObjectHeap.UnsortedIter Unsorted iterator - in heap order.