BKDConfig

constructor(numDims: Int, numIndexDims: Int, bytesPerDim: Int, maxPointsInLeafNode: Int)

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