davidmoten/rtree

How to do an incremental knn search?

Open

#163 aberto em 30 de nov. de 2022

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)Java (209 forks)batch import
help wantedquestion

Métricas do repositório

Stars
 (1.038 stars)
Métricas de merge de PR
 (Mesclagem média 1m) (1 fundiu PR em 30d)

Description

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!

Guia do colaborador