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 to simpler dataset format with indexing #20

Open
hftsoi opened this issue Nov 15, 2024 · 0 comments
Open

Add support to simpler dataset format with indexing #20

hftsoi opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hftsoi
Copy link
Owner

hftsoi commented Nov 15, 2024

Alternative input dataset format, say a single array ((idx=1, x_1, y_1, y_up_1, y_down_1, bin_width_1), (idx=2, x_2, y_2, y_up_2, y_down_2, bin_width_2), ...(idx=n, x_n, y_n, y_up_n, y_down_n, bin_width_n)), where all are put into the same place for each data point.
This could be useful for simplicity when handling 2d or high dim data, say (idx, x0, x1, y, y_up, y_down) etc.

@hftsoi hftsoi added the enhancement New feature or request label Nov 15, 2024
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