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