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

Add support for getting flat data #397

Closed
jamesmudd opened this issue Aug 2, 2022 · 2 comments
Closed

Add support for getting flat data #397

jamesmudd opened this issue Aug 2, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@jamesmudd
Copy link
Owner

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.

@jamesmudd
Copy link
Owner Author

#402

@jamesmudd
Copy link
Owner Author

Merged #402 which adds support for this

@jamesmudd jamesmudd added the enhancement New feature or request label Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant