Uses of Interface
elki.database.ids.DoubleDBIDHeap
-
Packages that use DoubleDBIDHeap Package Description 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. -
-
Uses of DoubleDBIDHeap in elki.database.ids
Subinterfaces of DoubleDBIDHeap in elki.database.ids Modifier and Type Interface Description interface
KNNHeap
Interface for kNN heaps.Methods in elki.database.ids that return DoubleDBIDHeap Modifier and Type Method Description DoubleDBIDHeap
DBIDFactory. newMaxHeap(int k)
Create a max heap (see alsoDBIDFactory.newHeap(int)
for a kNN heap).static DoubleDBIDHeap
DBIDUtil. newMaxHeap(int k)
Create a max heap for Double+DBID pairs.DoubleDBIDHeap
DBIDFactory. newMinHeap(int k)
Create a min heap.static DoubleDBIDHeap
DBIDUtil. newMinHeap(int k)
Create a min heap for Double+DBID pairs. -
Uses of DoubleDBIDHeap in elki.database.ids.integer
Classes in elki.database.ids.integer that implement DoubleDBIDHeap Modifier and Type Class Description (package private) class
DoubleIntegerDBIDHeap
Wrapper around a primitive heap to handle DBIDs.(package private) class
DoubleIntegerDBIDKNNHeap
Class to efficiently manage a kNN heap.Methods in elki.database.ids.integer that return DoubleDBIDHeap Modifier and Type Method Description DoubleDBIDHeap
AbstractIntegerDBIDFactory. newMaxHeap(int k)
DoubleDBIDHeap
AbstractIntegerDBIDFactory. newMinHeap(int k)
-
Uses of DoubleDBIDHeap in elki.database.query
Fields in elki.database.query declared as DoubleDBIDHeap Modifier and Type Field Description private DoubleDBIDHeap
ExactPrioritySearcher. exact
Refined candidates.
-