See: Description

| Interface | Description |
|---|---|
| SplitStrategy |
Generic interface for split strategies.
|
| Class | Description |
|---|---|
| AngTanLinearSplit |
Line-time complexity split proposed by Ang and Tan.
|
| AngTanLinearSplit.Parameterizer |
Parameterization class.
|
| GreeneSplit |
Quadratic-time complexity split as used by Diane Greene for the R-Tree.
|
| GreeneSplit.Parameterizer |
Parameterization class.
|
| RTreeLinearSplit |
Linear-time complexity greedy split as used by the original R-Tree.
|
| RTreeLinearSplit.Parameterizer |
Parameterization class.
|
| RTreeQuadraticSplit |
Quadratic-time complexity greedy split as used by the original R-Tree.
|
| RTreeQuadraticSplit.Parameterizer |
Parameterization class.
|
| TopologicalSplitter |
Encapsulates the required parameters for a topological split of a R*-Tree.
|
| TopologicalSplitter.Parameterizer |
Parameterization class.
|
Splitting strategies for R-Trees
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.