jelmerk / hnswlib

Java library for approximate nearest neighbors search using Hierarchical Navigable Small World graphs
Apache License 2.0
260 stars 56 forks source link

Create RandomNumericData.java #12

Closed ashfaq92 closed 4 years ago

ashfaq92 commented 5 years ago

For nearest neighbor queries in numeric data

jelmerk commented 4 years ago

Hi @ashfaq92 thanks for the pull request but in essence this is the same example that is already in there just with randomly generated data, and i think that this might be confusing to users. It also doubles the work to maintain the examples. So I think I am not going to merge this