Skip to content

Commit

Permalink
chore: add evaluation result
Browse files Browse the repository at this point in the history
  • Loading branch information
nrhevu committed Oct 13, 2024
1 parent c5614d4 commit a7aee8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion histogram_knn_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
]
)

n_bins = [2, 4, 8, 16, 32, 64, 128, 256]
n_bins = [2, 4, 8, 12]
h_types = ["region", "global"]
knn_metrics = ["euclidean", "cosine"]
for bins, h_type, metric in grid(n_bins, h_types, knn_metrics):
Expand Down

0 comments on commit a7aee8a

Please sign in to comment.