davidmoten/rtree

How to do an incremental knn search?

Open

#163 创建于 2022年11月30日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Java (209 fork)batch import
help wantedquestion

仓库指标

Star
 (1,038 star)
PR 合并指标
 (平均合并 1分钟) (30 天内合并 1 个 PR)

描述

Incremental knn search save the priority queue in each round generated by knn search if best-first strategy is adopted, and use priority queue saved in the previous round to search knn in the current round. I want to do an incremental knn search. Does anyone can teach me, thank you very much!

贡献者指南