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

Classify algorithms #4

Closed
c-dilks opened this issue Nov 12, 2023 · 0 comments · Fixed by #11
Closed

Classify algorithms #4

c-dilks opened this issue Nov 12, 2023 · 0 comments · Fixed by #11

Comments

@c-dilks
Copy link
Member

c-dilks commented Nov 12, 2023

Given the input is a set of banks:

  • filter: return an input bank with some rows removed
    • public bool Cut(float...) function
  • transformer: return an input bank with some elements modified
    • public Transorm(...) function
  • creator: return a new bank
    • many reconstruction algorithms are creators
@c-dilks c-dilks linked a pull request Nov 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant