Uses of Interface
elki.database.ids.DoubleDBIDPair
-
Packages that use DoubleDBIDPair Package Description elki.algorithm.statistics Statistical analysis algorithms.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.outlier.distance Distance-based outlier detection algorithms, such as DBOutlier and kNN.elki.outlier.spatial.neighborhood.weighted Weighted neighborhood definitions. -
-
Uses of DoubleDBIDPair in elki.algorithm.statistics
Method parameters in elki.algorithm.statistics with type arguments of type DoubleDBIDPair Modifier and Type Method Description private static void
DistanceStatisticsWithClasses. shrinkHeap(java.util.TreeSet<DoubleDBIDPair> hotset, int k)
Shrink the heap of "hot" (extreme) items. -
Uses of DoubleDBIDPair in elki.database.ids
Methods in elki.database.ids that return DoubleDBIDPair Modifier and Type Method Description DoubleDBIDPair
DBIDFactory. newPair(double val, DBIDRef id)
Make a double-DBID pair.static DoubleDBIDPair
DBIDUtil. newPair(double val, DBIDRef id)
Make a DoubleDBIDPair.Methods in elki.database.ids with parameters of type DoubleDBIDPair Modifier and Type Method Description void
ModifiableDoubleDBIDList. add(DoubleDBIDPair pair)
Add an element. -
Uses of DoubleDBIDPair in elki.database.ids.integer
Classes in elki.database.ids.integer that implement DoubleDBIDPair Modifier and Type Class Description (package private) class
DoubleIntegerDBIDPair
Pair containing a double value and an integer DBID.Methods in elki.database.ids.integer that return DoubleDBIDPair Modifier and Type Method Description DoubleDBIDPair
AbstractIntegerDBIDFactory. newPair(double val, DBIDRef id)
Methods in elki.database.ids.integer with parameters of type DoubleDBIDPair Modifier and Type Method Description void
DoubleIntegerDBIDArrayList. add(DoubleDBIDPair pair)
int
DoubleIntegerDBIDPair. compareTo(DoubleDBIDPair o)
-
Uses of DoubleDBIDPair in elki.outlier.distance
Fields in elki.outlier.distance with type parameters of type DoubleDBIDPair Modifier and Type Field Description ObjectHeap<DoubleDBIDPair>
HilOut.HilFeature. nn
Heap with the nearest known neighborsConstructor parameters in elki.outlier.distance with type arguments of type DoubleDBIDPair Constructor Description HilFeature(DBID id, ObjectHeap<DoubleDBIDPair> nn)
Constructor. -
Uses of DoubleDBIDPair in elki.outlier.spatial.neighborhood.weighted
Methods in elki.outlier.spatial.neighborhood.weighted that return types with arguments of type DoubleDBIDPair Modifier and Type Method Description java.util.Collection<DoubleDBIDPair>
LinearWeightedExtendedNeighborhood. getWeightedNeighbors(DBIDRef reference)
java.util.Collection<DoubleDBIDPair>
UnweightedNeighborhoodAdapter. getWeightedNeighbors(DBIDRef reference)
java.util.Collection<DoubleDBIDPair>
WeightedNeighborSetPredicate. getWeightedNeighbors(DBIDRef reference)
Get the neighbors of a reference object for DBSCAN.
-