Uses of Package
org.jaitools.numeric

Packages that use org.jaitools.numeric
org.jaitools.media.jai.classifiedstats Calculates summary statistics, on top of classification rasters, for values in a data image 
org.jaitools.media.jai.kernelstats Performs the "KernelStats" operation, calculating summary statistics for pixel neighbourhoods. 
org.jaitools.media.jai.rangelookup Image lookup operator that can handle ranges of values 
org.jaitools.media.jai.zonalstats Calculates summary statistics for values in a data image, optionally within zones defined by an integer zone image 
org.jaitools.numeric Classes providing a range of numeric functions including summary statistics, defining and comparing ranges (intervals), and compiling histogram data. 
 

Classes in org.jaitools.numeric used by org.jaitools.media.jai.classifiedstats
Range
          Yet another numeric interval class.
Range.Type
          Constants to specify whether a Range parameter defines included or excluded values.
Statistic
          Constants for the statistics supported by the SampleStats and StreamingSampleStats classes.
StreamingSampleStats
          A class to calculate summary statistics for a sample of Double-valued buffers that is received as a (potentially long) stream of values rather than in a single batch.
 

Classes in org.jaitools.numeric used by org.jaitools.media.jai.kernelstats
Statistic
          Constants for the statistics supported by the SampleStats and StreamingSampleStats classes.
 

Classes in org.jaitools.numeric used by org.jaitools.media.jai.rangelookup
Range
          Yet another numeric interval class.
 

Classes in org.jaitools.numeric used by org.jaitools.media.jai.zonalstats
Range
          Yet another numeric interval class.
Range.Type
          Constants to specify whether a Range parameter defines included or excluded values.
Statistic
          Constants for the statistics supported by the SampleStats and StreamingSampleStats classes.
StreamingSampleStats
          A class to calculate summary statistics for a sample of Double-valued buffers that is received as a (potentially long) stream of values rather than in a single batch.
 

Classes in org.jaitools.numeric used by org.jaitools.numeric
AbstractProcessor
          Abstract base class for statistics processors used with StreamingSampleStats.
NumberOperations.ClassInfo
          Information about the Number classes supported including their rank in terms of numeric precision.
Processor
          Defines methods that must be implemented by statistics processors working with StreamingSampleStats.
Range
          Yet another numeric interval class.
Range.Type
          Constants to specify whether a Range parameter defines included or excluded values.
RangeExtendedComparator
          A comparator for Range objects capable of discerning the 18 different possible interval comparisons as described by: Brian Hayes (2003) A lucid interval.
RangeExtendedComparator.Result
          Constants defining the names, notation and descriptions for the 18 different possible interval comparisons as described by: Brian Hayes (2003) A lucid interval.
Statistic
          Constants for the statistics supported by the SampleStats and StreamingSampleStats classes.
 



Copyright © 2009-2015. All Rights Reserved.