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

Lazy mean pairwise distance #215

Open
jebej opened this issue Apr 15, 2021 · 1 comment
Open

Lazy mean pairwise distance #215

jebej opened this issue Apr 15, 2021 · 1 comment

Comments

@jebej
Copy link

jebej commented Apr 15, 2021

If we have a large number of particles N, then the matrix of pairwise distances with size NxX might not fit in the memory. It should still be possible to compute the mean pairwise distance in this case however, with some sort of lazy iterator.

I cannot see a function implementing this, is there one?

@johnnychen94
Copy link
Contributor

johnnychen94 commented Apr 16, 2021

It's a paused experimental project but I think https://johnnychen94.github.io/LazyDistances.jl/dev/democards/examples/statistics/distances/ gives this a shot. If you find it useful please leave a comment so that I know someone is interested in this project.

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