MetricKnn
Fast Similarity Search using the Metric Space Approach
...MetricKnn is comprised of:
* Command Line, which is able to perform similarity searches through console commands. Available for Windows and Linux.
* C API, which provides the implementation of different indexes, distances and search methods.
* C++ API, which is a thin C++ wrapper of the C API.
The intended users are software developers, academics, students and data scientist who need to efficiently compare objects according to some criteria.
MetricKnn is an open source project released under the BSD 2-Clause License. The source code is available in GitHub https://github.com/juanbarrios/metricknn.
...