Uses of Interface
elki.database.ids.integer.DoubleIntegerDBIDList
-
Packages that use DoubleIntegerDBIDList Package Description elki.database.ids.integer Integer-based DBID implementation -- do not use directly - always useDBIDUtil
. -
-
Uses of DoubleIntegerDBIDList in elki.database.ids.integer
Classes in elki.database.ids.integer that implement DoubleIntegerDBIDList Modifier and Type Class Description (package private) class
DoubleIntegerDBIDArrayList
Class to store double distance, integer DBID results.(package private) class
DoubleIntegerDBIDKNNList
kNN list, but without automatic sorting.class
DoubleIntegerDBIDSubList
Sublist of an existing result to contain only some of the elements.class
IntegerDBIDKNNSubList
Sublist of an existing result to contain only the first k elements.Fields in elki.database.ids.integer declared as DoubleIntegerDBIDList Modifier and Type Field Description private DoubleIntegerDBIDList
DoubleIntegerDBIDSubList. inner
Wrapped inner result.Methods in elki.database.ids.integer that return DoubleIntegerDBIDList Modifier and Type Method Description DoubleIntegerDBIDList
DoubleIntegerDBIDArrayList. slice(int begin, int end)
default DoubleIntegerDBIDList
DoubleIntegerDBIDList. slice(int begin, int end)
DoubleIntegerDBIDList
DoubleIntegerDBIDSubList. slice(int begin, int end)
Constructors in elki.database.ids.integer with parameters of type DoubleIntegerDBIDList Constructor Description DoubleIntegerDBIDSubList(DoubleIntegerDBIDList inner, int begin, int end)
Constructor.
-