-
public interface SamplerAn algorithm used to to resample a larger set of data into a smaller set.
-
-
Method Summary
Modifier and Type Method Description abstract RectRegionrun(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.
-
-
-
-