-
Thank you for your impressive job!
I am working on few shot learning scenario. After reading your paper and code, I have some questions:
1. Could you please upload the few shot data split?
2. The f…
-
Hi. Could you please add a default (empty) private constructor to CoverTree so that Jackson may serialize it? I can also create a PR. Have a look at this commit in my fork and let me know.
https://…
-
I cloned the repository and installed the python module using setup.py.
When I tried to import the library in a script using
import covertree
I get the following
File "../knn/agents.py", l…
-
please tell me how to call split_with_dist function in covertree.py
-
Hi,
I am getting a segmentation fault with `DiffusionMap`. I am not changing any of the defaults.
1) When inputting a data matrix as `data`, I get the following error:
> *** caught segfault *…
-
Thanks for your work! I am just wondering how well it works on high dimensional data, such as SIFT or various deep features. Comparing with Hilbert curve, does it hold similar property in preserving t…
-
I'm getting a segfault when using the Python API (very grateful for that addition by the way =D), am I using it correctly? The API reference PDF doesn't list the constructor. I'm using gcc/g++7.1.0 an…
-
Hi
Thank you for putting this together. I am trying to get it to install on my Mac, with no success. When I run the `make` command, I get the following error.
`[ 1%] Linking CXX shared library lib…
-
- [x] MultiIndex
- [ ] CompositeIndex
- [x] MultiSet
- [x] MultiMap
- [x] InvertedIndex
- [ ] SearchIndex
- [x] Fuzzy?
- [ ] Deque
- [x] BloomFilter
- [ ] DoublyLinkedList
- [ ] SuffixTree
…
-
Our goal is to generate a synthetic dataset with known similarity matrix of the classes. Then, we can use this known similarity matrix in the simloss and covertreeloss to verify that they do in fact …