Uses of Class
org.jaitools.numeric.Range.Type

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

Uses of Range.Type in org.jaitools.numeric
 

Methods in org.jaitools.numeric that return Range.Type
 Range.Type Processor.getRangesType()
          Gets the type of ranges being used by this processor.
 Range.Type AbstractProcessor.getRangesType()
          Gets the type of ranges being used by this processor.
static Range.Type Range.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Range.Type[] Range.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jaitools.numeric with parameters of type Range.Type
 void StreamingSampleStats.addRange(Range<Double> range, Range.Type rangesType)
          Adds a range of values to include in or exclude from the calculation of all statistics.
 void Processor.addRange(Range<Double> range, Range.Type rangeType)
          Sets a range of values to exclude from or include in calculations.
 void AbstractProcessor.addRange(Range<Double> range, Range.Type rangesType)
          Sets a range of values to exclude from or include in calculations.
 void Processor.setRangesType(Range.Type rangeType)
          Sets the type of the ranges to be added to the processor.
 void AbstractProcessor.setRangesType(Range.Type rangesType)
          Sets the type of the ranges to be added to the processor.
 

Constructors in org.jaitools.numeric with parameters of type Range.Type
AbstractProcessor(Range.Type rangesType)
          Creates a new processor with specified use of Ranges.
StreamingSampleStats(Range.Type rangesType)
          Creates a new sampler with specified use of Ranges.
 



Copyright © 2009-2015. All Rights Reserved.