-
public interface Sampler
An algorithm used to to resample a larger set of data into a smaller set.
-
-
Method Summary
Modifier and Type Method Description abstract RectRegion
run(XYSeries input, EditableXYSeries output)
-
-
Method Detail
-
run
abstract RectRegion run(XYSeries input, EditableXYSeries output)
- Parameters:
input
- The original unsampled seriesoutput
- The destination series to contain sampled result.This series size should be set to the desired sampled size.
-
-
-
-