Giter VIP home page Giter VIP logo

Comments (6)

KristofferC avatar KristofferC commented on August 23, 2024

Yeah, I've thought about this too.

Just to check, you know that you can query knn against multiple points in one call, which is faster than one at a time?

from nearestneighbors.jl.

juliohm avatar juliohm commented on August 23, 2024

Yes, I know. It is just that I need to do it point by point in this case. In places where I can pass a bunch of points, I am already doing it. 👍

from nearestneighbors.jl.

KristofferC avatar KristofferC commented on August 23, 2024

Do you have some performance benchmarks? I think I tried this a while ago and while there was a speedup I don't recall it as "huge".

from nearestneighbors.jl.

juliohm avatar juliohm commented on August 23, 2024

I don't have a benchmark yet, can try to run it locally and report here 👍

from nearestneighbors.jl.

githubtomtom avatar githubtomtom commented on August 23, 2024

seems like this issue was closed? I wonder what's the progress of in-place KNN, in particular in-place KDTree?

I have a problem that needs to do KNN (for density estimation) millions of times on matrices with the same size.
Ideally, I could create a KDTree, then re-use the memory for new data, e.g.

kdtree = KDTree(data)

set!(kdtree, newdata)    # in-place update of kdtree object with new data

Thanks.

from nearestneighbors.jl.

wsshin avatar wsshin commented on August 23, 2024

I think this feature will be useful. Querying knn against multiple points certainly helps, but if we do it $n$ times on $m$ querying points, it will allocate $n$ vectors of length $m$. When $n$ and $m$ are large, this will cause more frequency garbage collection.

from nearestneighbors.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.