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