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
Add an extra method Dataset#getDataFlat() which would always return a 1D array.
This would be helpful for integration with other nD java libraries which can accept data in this form and reduce the need to reshape into a nD array then unroll back to a 1D array.
The text was updated successfully, but these errors were encountered:
Add an extra method
Dataset#getDataFlat()
which would always return a 1D array.This would be helpful for integration with other nD java libraries which can accept data in this form and reduce the need to reshape into a nD array then unroll back to a 1D array.
The text was updated successfully, but these errors were encountered: