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

Update lshforest.py #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Aug 8, 2023

  1. Update lshforest.py

    In the "query" function, I changed the "results" variable type from set into dictionary. Since the order is important, set data structure does not preserve the order unlike dictionary. 
    
    The use is only for the dictionary keys which is eventually returned as a list.
    IbraheemTaha authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1049285 View commit details
    Browse the repository at this point in the history