Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic/online updating of graph? #19

Open
robertfeldt opened this issue Mar 15, 2020 · 1 comment
Open

Dynamic/online updating of graph? #19

robertfeldt opened this issue Mar 15, 2020 · 1 comment

Comments

@robertfeldt
Copy link

It seems the main use case here is batch processing, i.e. compute the graph once and then use that as a fixed thing for NN queries. Is there some way this can also be used for dynamic updates of the graph after it has been built, as new data pours in?

@dillondaudert
Copy link
Owner

One of the algorithms in this paper covers adding a set of new points to an existing knn graph. Implementing these has been on my to-do list, but I haven't yet gotten to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants