public final class GKRTreeSplitStrategy
extends java.lang.Object
[@enum] GKRTreeSplitStrategyHalve Specifies that nodes should be split in half based on insert order. [@enum] GKRTreeSplitStrategyLinear Specifies that nodes should be split along the best dividing axis. [@enum] GKRTreeSplitStrategyQuadratic Specifies that nodes should be split into groups with the least area. [@enum] GKRTreeSplitStrategyReduceOverlap Specifies that nodes should be split as to reduce overlap.
| Modifier and Type | Field and Description |
|---|---|
static long |
Halve |
static long |
Linear |
static long |
Quadratic |
static long |
ReduceOverlap |
public static final long Halve
public static final long Linear
public static final long Quadratic
public static final long ReduceOverlap