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