Package elki.index.tree.spatial.rstarvariants.strategies.overflow
Overflow treatment strategies for R-trees.
-
Interface Summary Interface Description OverflowTreatment Reinsertion strategy to resolve overflows in the R*-tree. -
Class Summary Class Description LimitedReinsertOverflowTreatment Limited reinsertions, as proposed by the R*-Tree: For each real insert, allow reinsertions to happen only once per level.LimitedReinsertOverflowTreatment.Par Parameterization class.SplitOnlyOverflowTreatment Always split, as in the original R-TreeSplitOnlyOverflowTreatment.Par Parameterization class.