| Package | Description |
|---|---|
| org.jaitools.numeric |
Classes providing a range of numeric functions including summary statistics,
defining and comparing ranges (intervals), and compiling histogram data.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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.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.
|
| Constructor and Description |
|---|
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–2020. All rights reserved.