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