Closed wassname closed 6 years ago
See issue #4
With this PR
I used scipy.spatial.cKDTree then recursively searched for indices and split dimensions. When the tree ended early I repeated that node. When a node has too few indices I padded it with the last value.
Great job, thank you for your contribution!
See issue #4
With this PR
I used scipy.spatial.cKDTree then recursively searched for indices and split dimensions. When the tree ended early I repeated that node. When a node has too few indices I padded it with the last value.