See: Description

| Interface | Description |
|---|---|
| OverflowTreatment |
Reinsertion strategy to resolve overflows in the RStarTree.
|
| Class | Description |
|---|---|
| LimitedReinsertOverflowTreatment |
Limited reinsertions, as proposed by the R*-Tree: For each real insert, allow
reinsertions to happen only once per level.
|
| LimitedReinsertOverflowTreatment.Parameterizer |
Parameterization class.
|
| SplitOnlyOverflowTreatment |
Always split, as in the original R-Tree
|
| SplitOnlyOverflowTreatment.Parameterizer |
Parameterization class.
|
Overflow treatment strategies for R-Trees
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.