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) classDoubleIntegerDBIDArrayListClass to store double distance, integer DBID results.(package private) classDoubleIntegerDBIDKNNListkNN list, but without automatic sorting.classDoubleIntegerDBIDSubListSublist of an existing result to contain only some of the elements.classIntegerDBIDKNNSubListSublist 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 DoubleIntegerDBIDListDoubleIntegerDBIDSubList. innerWrapped inner result.Methods in elki.database.ids.integer that return DoubleIntegerDBIDList Modifier and Type Method Description DoubleIntegerDBIDListDoubleIntegerDBIDArrayList. slice(int begin, int end)default DoubleIntegerDBIDListDoubleIntegerDBIDList. slice(int begin, int end)DoubleIntegerDBIDListDoubleIntegerDBIDSubList. 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.
-