Make Function version of Slice
Open
@dietzc is already working on this.
Since Nov 15, 2016.
- Dominant language
- Java
- Stars
- 94
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Currently, `slice` needs some `RAI` and `RAI` and an `UnaryComputer,RAI>` in addition to the fixed axis. We can add a version which takes a `Function, O>` and return an `RAI` which has the dimensionality of the axis we were iterating. For example `X,Y,Z,Time` with fixed `X,Y,Z` axis would return a 1D `RAI` if we want to compute the mean for each cube.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.