Uses of Interface
jaitools.numeric.Processor

Packages that use Processor
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 jaitools.numeric
 

Classes in 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 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-2011. All Rights Reserved.