Skip to content
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

Use alternating cuts to improve triangulation #11

Open
JeremyBois opened this issue Nov 18, 2018 · 0 comments
Open

Use alternating cuts to improve triangulation #11

JeremyBois opened this issue Nov 18, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed triangulation Issue about the triangulation

Comments

@JeremyBois
Copy link
Owner

Currently triangulation use only vertical cuts and then sorting is needed.

Using alternating cuts can remove the need for sorting if combine with quick-select median-finding partitioning algorithm (more at this link).

Alternating cuts has also shown more stable performance for grid point data set (due to co-linearity).

More at:

@JeremyBois JeremyBois added enhancement New feature or request triangulation Issue about the triangulation help wanted Extra attention is needed labels Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed triangulation Issue about the triangulation
Projects
None yet
Development

No branches or pull requests

1 participant