Uses of Class
org.jaitools.numeric.AbstractProcessor

Packages that use AbstractProcessor
org.jaitools.numeric Classes providing a range of numeric functions including summary statistics, defining and comparing ranges (intervals), and compiling histogram data. 
 

Uses of AbstractProcessor in org.jaitools.numeric
 

Subclasses of AbstractProcessor in org.jaitools.numeric
 class ApproxMedianProcessor
          Processor for the approximate median Statistic.APPROX_MEDIAN.
 class ExactMedianProcessor
          Processor for the exact median Statistic.MEDIAN.
 class ExtremaProcessor
          Processor for extrema Statistics: MIN, MAX and RANGE.
 class MeanVarianceProcessor
          A Processor to calculate running mean and variance.
 class SumProcessor
          Processor for SUM Statistic.
 



Copyright © 2009-2015. All Rights Reserved.