Package adams.data.threewayfilter
-
Class Summary Class Description Crop DownSample A filter that returns only every n-th 1st level and 2nd level point.MultiFilter A meta-filter that runs multiple filters over the data.
The filter can be executed in two ways:
1. in series (the default):
Each filter runs on the data the previous filter generated.
2. in parallel:
Each filter is run on the original input data and the generated
outputs are merged into a single 3-way data structure again.Shift