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

Brute k-NN #257

Merged
merged 6 commits into from
Apr 16, 2024
Merged

Brute k-NN #257

merged 6 commits into from
Apr 16, 2024

Commits on Apr 12, 2024

  1. implementation finished

    Krsto Proroković committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b0630aa View commit details
    Browse the repository at this point in the history
  2. add brute_knn.ex file

    Krsto Proroković committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8718f3c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. update docs and tests

    Krsto Proroković committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    014cd4b View commit details
    Browse the repository at this point in the history
  2. mix format

    Krsto Proroković committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d685da4 View commit details
    Browse the repository at this point in the history
  3. move get_batches inside BruteKNN

    Krsto Proroković committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    96e8ed2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. raise error when k > n

    Krsto Proroković committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ec08bc4 View commit details
    Browse the repository at this point in the history