KDTreeService
Schema: index.capnp
Methods
build: (chunks: List(KDTreeService.Chunk), leafSize: UInt32 = 1) -> KDTree
buildRef: (chunks: List(KDTreeService.Chunk), leafSize: UInt32 = 1) -> (ref : DataRef(KDTree))
buildSimple: (points: Float64Tensor, leafSize: UInt32 = 1) -> (ref : DataRef(KDTree))
sample: (ref: DataRef(KDTree), scale: Float64 = 0) -> (points : Float64Tensor)