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

Updated nearest neighbor search function to a) set use_cache to False by default and b) adjust K to min(K, int(sqrt(nsample))) #272

Merged
merged 7 commits into from Jun 23, 2023

Commits on Jun 7, 2023

  1. Updated markers

    bli25 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    f965c26 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    3a9cca8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Updated nearest neighbor search function to a) set use_cache to False…

    … by default and b) adjust K to min(K, int(sqrt(nsample)))
    bli25 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    b84a87c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    af26b00 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Fixed several bugs

    bli25 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ea5f47b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. don't test louvain

    yihming committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    3bca8bb View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    fa1d0a1 View commit details
    Browse the repository at this point in the history