chriscainx / mnnpy

An implementation of MNN (Mutual Nearest Neighbors) correct in python.
BSD 3-Clause "New" or "Revised" License
71 stars 31 forks source link

adding ability to add multiple values of k #44

Open jkobject opened 3 years ago

jkobject commented 3 years ago

to merge after fix_for_numba_jit.

ability to choose different ks for each, can really improve the algorithm's ability to perform mnn when we have very diffferent dataset sizes. like 10 to 1.