-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add truncated Voronoi cells #160
Comments
Using gradients to define the scaled boundary box by |
This |
Note that these are not centroidal Voronoi tesselations meaning that the centroid is NOT the generator of the Voronoi cell. What we desire for the radius is actually :math: |
Update certain Voronoi approximations to provide a cut-off distance (or directed distances) in a particular metric (thus defining a "cover" of any Voronoi cell by a simpler box defined by distance(s) and metrics). This can be used to speed up nearest neighbor searches since comparisons would not even need to be made with respect to samples that are farther away than the cut-off distances. It is very much like creating a pre-processing "filter" that is much like an indicator/characteristic function of the covering sets. This is particularly useful for emulation.
The text was updated successfully, but these errors were encountered: