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 OverflowTreatmentRTreeSettings. overflowTreatmentOverflow treatment.Methods in elki.index.tree.spatial.rstarvariants that return OverflowTreatment Modifier and Type Method Description OverflowTreatmentRTreeSettings. getOverflowTreatment()Methods in elki.index.tree.spatial.rstarvariants with parameters of type OverflowTreatment Modifier and Type Method Description voidRTreeSettings. 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 classLimitedReinsertOverflowTreatmentLimited reinsertions, as proposed by the R*-Tree: For each real insert, allow reinsertions to happen only once per level.classSplitOnlyOverflowTreatmentAlways split, as in the original R-Tree
-