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

[FEA] Have maskedL2NN accept bitfields directly #1196

Open
ahendriksen opened this issue Jan 27, 2023 · 0 comments
Open

[FEA] Have maskedL2NN accept bitfields directly #1196

ahendriksen opened this issue Jan 27, 2023 · 0 comments
Labels
feature request New feature or request

Comments

@ahendriksen
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Not yet. It may be that use cases arise where the 2D boolean adjacency matrix that is a parameter for maskedL2NN is too large to store in memory.

Describe the solution you'd like
Have an overload for maskedL2NN that accepts a 2D bitfield instead of a 2D boolean matrix.

Describe alternatives you've considered
Currently, maskedL2NN accepts only boolean matrices.

Additional context
As requested here: #838 (comment)

@ahendriksen ahendriksen added the feature request New feature or request label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant