public static class ByteKDTreeEnsemble.ByteKDTreeNode extends Object
| Constructor and Description |
|---|
ByteKDTreeEnsemble.ByteKDTreeNode()
Construct a new node
|
ByteKDTreeEnsemble.ByteKDTreeNode(byte[][] pnts,
IntArrayView inds,
cern.jet.random.Uniform rng)
Construct a new node with the given data
|
public ByteKDTreeEnsemble.ByteKDTreeNode()
public ByteKDTreeEnsemble.ByteKDTreeNode(byte[][] pnts, IntArrayView inds, cern.jet.random.Uniform rng)
pnts - the data for the node and its childreninds - a list of indices that point to the relevant
parts of the pnts array that should be usedrng - the random number generator