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

Implementation of sequential algorithm for kNN #1

Merged
merged 7 commits into from
Dec 11, 2020
Merged

Conversation

Stavrosfil
Copy link
Owner

@Stavrosfil Stavrosfil commented Dec 10, 2020

  • Implement kNN
  • Implement k-select

@georgegito
Copy link
Collaborator

georgegito commented Dec 11, 2020

Need to fix the case that X and Y have some common points. In that case, y should reject adding itself to its kNN.

@Stavrosfil Stavrosfil linked an issue Dec 11, 2020 that may be closed by this pull request
@Stavrosfil
Copy link
Owner Author

This closes #2

@Stavrosfil Stavrosfil merged commit 0480388 into master Dec 11, 2020
@georgegito georgegito added v1 v0 and removed v1 labels Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants