Uses of Interface
org.jaitools.numeric.Processor

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

Uses of Processor in org.jaitools.numeric
 

Classes in org.jaitools.numeric that implement Processor
 class AbstractProcessor
          Abstract base class for statistics processors used with StreamingSampleStats.
 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.
 

Methods in org.jaitools.numeric that return Processor
 Processor ProcessorFactory.getForStatistic(Statistic stat)
          Return a new instance of a Processor that claims to support the given Statistic.
 



Copyright © 2009-2015. All Rights Reserved.