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

#10 add option to use iterational random walk for smoothing on DelayedArrays #13

Open
nagoli104 opened this issue Jan 9, 2019 · 0 comments

Comments

@nagoli104
Copy link
Contributor

The possible usage of the DelayedArray data structure and the smoothing in chunks provides the possibility to reduce the memory requirements of the package. However, the calculation of the diffusion/smoothing kernel K is itself a memory intensive operation. The implementation of an alternative iterative smoothing procedure (like in the randomWalkByIterations function) on the chunks and an additional input parameter for the user to choose this approach would provide another option to reduce the memory usage even more.

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

1 participant