spotify / annoy-java

Approximate nearest neighbors in Java
Apache License 2.0
138 stars 46 forks source link

Support Remaining Index Metrics #15

Open peblair opened 6 years ago

peblair commented 6 years ago

The Java bindings for annoy currently only support the ANGULAR and EUCLIDEAN metrics. It would be ideal if support was also added for MANHATTAN, HAMMING and DOT metrics, for which the annoy library is now able to produce indexes.