nearest-neighbor-search
Here are 144 public repositories matching this topic...
-
Updated
Jul 12, 2020 - Java
Describe the bug
If partition tag set empty string, the message returned should be
reason: "Invalid partition tag: Partition tag should not be empty."
Search failed:
status {
error_code: ILLEGAL_ARGUMENT
reason: "Invalid partition tag: . Partition tag should not be empty."
}
Steps/Code to reproduce behavior
Expected behavior
**Env
This is a good first issue and will help new contributors to get familiar with the codebase. Also This issue doesn't aim to add all Metrics to mlpack since each metric would have to be maintained, this aims to add metrics that either I find essential (or have used a couple of time) or those metrics which are very common.
List of metrics that can be added include:
- IoU and meanIoU
-
Updated
Jul 14, 2020
Hi,
I suggest you update Documentation page with a better explanation regarding windows.
I do not know how things are going with installation through Python environment, but direct compilation of library is not possible not because you do not provide Visual Studio project or something but because FHHT is mostly written in inline assembler code that is supported by GCC/Clang compilers only.
-
Updated
Apr 14, 2019 - Python
-
Updated
Jul 1, 2020 - C++
-
Updated
Jul 5, 2020 - C#
-
Updated
Jun 29, 2020 - Python
-
Updated
Feb 14, 2020 - C++
-
Updated
Mar 26, 2019 - Java
-
Updated
Mar 29, 2019 - Scala
-
Updated
Oct 21, 2019 - Python
-
Updated
Jul 20, 2017 - MATLAB
-
Updated
Jul 24, 2019 - Python
-
Updated
Jun 11, 2020
-
Updated
Nov 3, 2018 - Cuda
-
Updated
Jul 9, 2020 - Python
-
Updated
May 15, 2020 - JavaScript
-
Updated
Jun 14, 2020 - Rust
-
Updated
May 14, 2019 - Go
-
Updated
Jul 15, 2020 - Go
-
Updated
Aug 30, 2019 - Go
-
Updated
Dec 23, 2018 - Python
-
Updated
Apr 19, 2020 - Go
-
Updated
Jun 22, 2020 - Python
-
Updated
Jul 15, 2020 - Scala
Improve this page
Add a description, image, and links to the nearest-neighbor-search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nearest-neighbor-search topic, visit your repo's landing page and select "manage topics."


Is there a default seed? I copied the Python code from seed_test.py and removed the set_seed calls. The test passed thousands of times despite no set_seed calls being made. Is this expected? If so, can we document this? Is there an explicit default seed?
Just as a sanity check, I modified the calls to set the seed to two distinct values and it failed every time, as expected.
The reason I'm a