Uses of Interface
elki.index.tree.spatial.rstarvariants.strategies.overflow.OverflowTreatment
-
Packages that use OverflowTreatment Package Description elki.index.tree.spatial.rstarvariants R*-tree and variants.elki.index.tree.spatial.rstarvariants.strategies.overflow Overflow treatment strategies for R-trees. -
-
Uses of OverflowTreatment in elki.index.tree.spatial.rstarvariants
Fields in elki.index.tree.spatial.rstarvariants declared as OverflowTreatment Modifier and Type Field Description private OverflowTreatment
RTreeSettings. overflowTreatment
Overflow treatment.Methods in elki.index.tree.spatial.rstarvariants that return OverflowTreatment Modifier and Type Method Description OverflowTreatment
RTreeSettings. getOverflowTreatment()
Methods in elki.index.tree.spatial.rstarvariants with parameters of type OverflowTreatment Modifier and Type Method Description void
RTreeSettings. setOverflowTreatment(OverflowTreatment overflowTreatment)
Set the overflow treatment strategy. -
Uses of OverflowTreatment in elki.index.tree.spatial.rstarvariants.strategies.overflow
Classes in elki.index.tree.spatial.rstarvariants.strategies.overflow that implement OverflowTreatment Modifier and Type Class Description class
LimitedReinsertOverflowTreatment
Limited reinsertions, as proposed by the R*-Tree: For each real insert, allow reinsertions to happen only once per level.class
SplitOnlyOverflowTreatment
Always split, as in the original R-Tree
-