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
  •  | 
  •  

Pergunta

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.

Foi útil?

Solução

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.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top