ShobiStassen / PARC

MIT License
41 stars 11 forks source link

Easy distance metric and thread usage #2

Closed wyattmcdonnell closed 4 years ago

wyattmcdonnell commented 4 years ago

Added PARC class variables for easily specifying distance metric (Euclidean='l2', inner product='ip', cosine='cosine') and the number of threads used in KNN search and construction in hnsw.Index.