You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: