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
I am fairly new to Math.Net Numerics and could not find a nice way to remove NaNs (or any other distinct value) from a 2D matrix.
So far my solution is iterating over all the rows and columns, dropping the rows, and paste the values into an array and build
the Matrix from scratch.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am fairly new to Math.Net Numerics and could not find a nice way to remove NaNs (or any other distinct value) from a 2D matrix.
So far my solution is iterating over all the rows and columns, dropping the rows, and paste the values into an array and build
the Matrix from scratch.
Is there a better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions