NearPy icon indicating copy to clipboard operation
NearPy copied to clipboard

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

Open pixelogik opened this issue 12 years ago • 1 comments

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.

pixelogik avatar Jun 13 '13 14:06 pixelogik

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

MaxwellRebo avatar Jun 22 '16 16:06 MaxwellRebo