pixelogik / NearPy

Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
MIT License
759 stars 152 forks source link

Add option to compute and export similarity matrix as JSON file. #4

Open pixelogik opened 11 years ago

pixelogik commented 11 years ago

This would allow to use just the similarity matrix (nearest N for each vector), that can easily be stored in databases (NoSQL, SQL) for lookup. This way applications must not compute nearest neighbours on every request.

MaxwellRebo commented 8 years ago

What about a graph database output? (Titan, Neo4j, etc)