Package elki.index.tree.metrical.mtreevariants.strategies.split.distribution
Entry distribution strategies of nodes in an M-tree (and variants).
-
Interface Summary Interface Description DistributionStrategy M-tree entry distribution strategies. -
Class Summary Class Description Assignments<E extends MTreeEntry> Encapsulates the attributes of an assignment during a split.BalancedDistribution Balanced entry distribution strategy of the M-tree.DistanceEntry<E> Helper class: encapsulates an entry in an Index and a distance value belonging to this entry.FarthestBalancedDistribution Balanced entry distribution strategy of the M-tree, beginning with the most difficult points first.GeneralizedHyperplaneDistribution Generalized hyperplane entry distribution strategy of the M-tree.