public static interface IntKDTree.SplitChooser
Modifier and Type | Method and Description |
---|---|
IntIntPair |
chooseSplit(int[][] pnts,
IntArrayView inds,
int depth,
int[] minBounds,
int[] maxBounds)
Choose the dimension and discriminant on which to split the data.
|
IntIntPair chooseSplit(int[][] pnts, IntArrayView inds, int depth, int[] minBounds, int[] maxBounds)
pnts
- the raw datainds
- the indices of the data under considerationdepth
- the depth of the current data in the treeminBounds
- the minimum boundsmaxBounds
- the maximum bounds