Package | Description |
---|---|
org.openimaj.util.tree |
Modifier and Type | Class and Description |
---|---|
static class |
ByteKDTree.ApproximateBBFMedianSplit
Approximate best-bin-first median splitting.
|
static class |
ByteKDTree.BasicMedianSplit
Basic median split.
|
static class |
ByteKDTree.BBFMedianSplit
Best-bin-first median splitting.
|
static class |
ByteKDTree.RandomisedBBFMeanSplit
Randomised best-bin-first splitting strategy:
Nodes with less than a set number of items become leafs.
|
Constructor and Description |
---|
ByteKDTree(byte[][] data,
ByteKDTree.SplitChooser split)
Construct with the given data and splitting strategy
|
KDTreeNode(byte[][] pnts,
IntArrayView inds,
ByteKDTree.SplitChooser split)
Construct a new node with the given data
|