Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nnsearch

What is nnsearch?

It's a python package for searching exact and approximate nearest neighbors. It contains implementations of R-tree, R*-tree, Pivoted M-tree and BoundaryForest. It also wraps some algorithms from other libraries and is simple to use.

##installing First install prerequisites:

pip install numpy
pip install annoy

Install scipy: scipy install page Install Flann: FLANN page (installation is explained in their manual)

You can then install package:

pip install nnsearch

Additional info: Annoy installation on windows might not work, installation of Flann takes time (it doesn't freeze as you might think).

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages