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

results, K parameters #4

Open
vitzwitz opened this issue Dec 25, 2017 · 0 comments
Open

results, K parameters #4

vitzwitz opened this issue Dec 25, 2017 · 0 comments

Comments

@vitzwitz
Copy link
Owner

                           1. Am I remembering its purpose correctly?
                               - Once a pair is found (atom 1 near the Kth atom 2), KNN finds the other atoms
                                 in atom 2.
                               - If KNN fails to find the others near the Kth atom in atom 2, searches for
                                 another pair with the (K + 1)th atom in atom 2
                           2. Are results and K being used properly?
                               - **results**;
                                    - Is it being re-initialized (emptied) after each time KNN fails to find the
                                       cluster?
                                    - Is it returned empty if:
                                            - query never finds a pair
                                            - KNN fails every time it tries to find the rest of the atom 2 cluster
                               - **K**:
                                    - Is it only being incremented after KNN fails? (As it should)
                                    - Does it return an empty results
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