BKDConfig
data class BKDConfig(val numDims: Int, val numIndexDims: Int, val bytesPerDim: Int, val maxPointsInLeafNode: Int)
Basic parameters for indexing points on the BKD tree.
Parameters
numDims
How many dimensions we are storing at the leaf (data) node
numIndexDims
How many dimensions we are indexing in the internal nodes
bytesPerDim
How many bytes each value in each dimension takes.
maxPointsInLeafNode
max points allowed on a Leaf block