Uses of Class
elki.index.tree.metrical.mtreevariants.strategies.split.distribution.DistanceEntry
-
Packages that use DistanceEntry Package Description elki.index.tree.metrical.mtreevariants.strategies.split.distribution Entry distribution strategies of nodes in an M-tree (and variants). -
-
Uses of DistanceEntry in elki.index.tree.metrical.mtreevariants.strategies.split.distribution
Fields in elki.index.tree.metrical.mtreevariants.strategies.split.distribution with type parameters of type DistanceEntry Modifier and Type Field Description private java.util.List<DistanceEntry<E>>
Assignments. firstAssignments
The assignments to the first routing object.private java.util.List<DistanceEntry<E>>
Assignments. secondAssignments
The assignments to the second routing object.Methods in elki.index.tree.metrical.mtreevariants.strategies.split.distribution that return types with arguments of type DistanceEntry Modifier and Type Method Description java.util.List<DistanceEntry<E>>
Assignments. getFirstAssignments()
Returns the assignments to the first routing object.java.util.List<DistanceEntry<E>>
Assignments. getSecondAssignments()
Returns the assignments to the second routing object.Methods in elki.index.tree.metrical.mtreevariants.strategies.split.distribution with parameters of type DistanceEntry Modifier and Type Method Description int
DistanceEntry. compareTo(DistanceEntry<E> o)
Compares this object with the specified object for order.
-