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

Double boundary with custom boundary #28

Closed
abhranildas opened this issue Nov 1, 2019 · 1 comment
Closed

Double boundary with custom boundary #28

abhranildas opened this issue Nov 1, 2019 · 1 comment
Assignees

Comments

@abhranildas
Copy link
Owner

abhranildas commented Nov 1, 2019

When a custom boundary is supplied, the boundary drawn will often be double. The boundary computed with dist a and that computed with dist b (just negative of the coefficients) won't exactly line up, like they do when no custom boundary is supplied and it computes the optimal bdry with dist a, and with dist b (which ought to also just be a negation).

@abhranildas abhranildas self-assigned this Nov 1, 2019
@abhranildas abhranildas changed the title Double obs-based boundary Double boundary Nov 5, 2019
@abhranildas abhranildas changed the title Double boundary Double boundary with custom boundary Nov 5, 2019
@abhranildas
Copy link
Owner Author

When a custom boundary is supplied, there's an additional calculation, of transforming those coefficients, which doesn't occur when the optimal boundary is requested. There's probably a numerical inaccuracy in this calculation so that slightly different results are returned when this transformation is done wrt dist a vs wrt dist b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant