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