public static interface LongKDTree.SplitChooser
| Modifier and Type | Method and Description |
|---|---|
IntLongPair |
chooseSplit(long[][] pnts,
IntArrayView inds,
int depth,
long[] minBounds,
long[] maxBounds)
Choose the dimension and discriminant on which to split the data.
|
IntLongPair chooseSplit(long[][] pnts, IntArrayView inds, int depth, long[] minBounds, long[] 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