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

Compute Array Statistics Enhancemets #1191

Open
6 tasks
imikejackson opened this issue Feb 3, 2025 · 0 comments
Open
6 tasks

Compute Array Statistics Enhancemets #1191

imikejackson opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request Feature Request

Comments

@imikejackson
Copy link
Contributor

  • Add option to also output an array that has the Feature id in it.

  • Do not fill in from zero to min feature id. That could go bad if someone has feature Ids that start at 1 billion.

  • The created group needs to be an Attribute Matrix and not a Group. This will break a unit test because computing the histogram for an array does not produce a matching tuple and component shape.

  • Option to set the "Feature Id" range.
    This would allow a user to set a range of feature ids to calculate statistics for.
    Allows the user to "pad out the feature ids" to a specific range

  • Option to Ignore Feature Id Zero.

  • The creation of the attribute Matrix will pad from zero to the minimum feature id that is encountered in the Feature ID Array. This could have interesting side effects of blowing up the Attribute Matrix if the minimum Feature Id is something like 2 billion

@imikejackson imikejackson added bug Something isn't working enhancement New feature or request Feature Request labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants