Package 

Interface Sampler


  • 
    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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

         abstract RectRegion run(XYSeries input, EditableXYSeries output)
        Parameters:
        input - The original unsampled series
        output - The destination series to contain sampled result.This series size should be set to the desired sampled size.