Is there any library for K-Nearest-Neighbor Graph construction for large scale data in C++? [closed]

StackOverflow https://stackoverflow.com/questions/19308451

  •  30-06-2022
  •  | 
  •  

Question

I am looking for some open source C++ libraries for KNN sparse graph construction for large scale data set. Could you recommend me some libraries, please? Thanks.

Était-ce utile?

La solution

Maybe STANN (Simple, Thread-safe Approximate Nearest Neighbor) is what you want.

Here you can find the according paper.

I also found Neighborhood Graph Library, but In did not use it yet.

Autres conseils

Checkout https://code.google.com/p/nndes/ and http://www.kgraph.org/ . Both support arbitrary user-defined distance metrics.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top