Skip to content

Implementation of Efficient K-NN Graph Construction Algorithm NN-Descent in C++

License

Notifications You must be signed in to change notification settings

TatsuyaShirakawa/nndescent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nndescent

This code implements following paper:

Wei Dong et al., "Efficient K-Nearest Neighbor Graph Construction for Generic Similarity Measures", WWW11

Some additional join algorithms are added:

  • join the center node to its nbd nodes
  • random join (join random nodes)
  • randomly break the tie

Build Requirements

  • C++ compiler (needed support for C++11 or later)

About

Implementation of Efficient K-NN Graph Construction Algorithm NN-Descent in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages