I want to implement a Voronoi k-nearest neighbor solution from "Nearest neighbors in high-dimensional data?" I am currently using MATLAB's voronoin
to calculate Voronoi vertices and bins. This function uses Qhull.
The problem is that with over 5 million states across 6 dimensions, the function just hangs. Is there a way to limit Qhull to n
numbre of vertices? If not, is there an alternative path I can take?