lmcinnes/umap

HNSW support

Open

#213 创建于 2019年3月25日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (751 fork)batch import
help wanted

仓库指标

Star
 (6,478 star)
PR 合并指标
 (平均合并 2天 1小时) (30 天内合并 1 个 PR)

描述

Just curious if the HNSW algorithm is amenable to use in this project? Probably not directly because I see you are jitting in the distance metric but curious if it is worth a look into that algorithm for the nn search vs random projections? It is consistently the top performing algorithm on the ann shootout and I was wondering if the performance of UMAP is significantly impacted by the NN component and if so would incorporating HNSW make a meaningful difference?

贡献者指南