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