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

near helper functions #27

Open
njtierney opened this issue May 3, 2019 · 0 comments
Open

near helper functions #27

njtierney opened this issue May 3, 2019 · 0 comments
Labels

Comments

@njtierney
Copy link
Owner

  • is_near - returns logical if something is near another value (within tolerance)
  • top_near - like top_n. Returns "top n" nearest results within tolerance. So. So top_near(data, x, near, tol) where x is a vector, near is a number to compare each value, and tol is the tolerance to accept values within for the first place.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant