Package | Description |
---|---|
com.pervasive.datarush.analytics.stats |
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
|
Modifier and Type | Field and Description |
---|---|
protected SortedMap<Interval<T>,AbstractContinuousStatistics.IntervalCounts<T>> |
AbstractContinuousStatistics.intervalCounts |
Modifier and Type | Method and Description |
---|---|
static <T extends Number & Comparable<? super T>> |
Interval.closedClosed(T left,
T right)
Creates an interval [left,right]
|
static <T extends Number & Comparable<? super T>> |
Interval.closedOpen(T left,
T right)
Creates an interval [left,right)
|
static <T extends Number & Comparable<? super T>> |
Interval.openClosed(T left,
T right)
Creates an interval (left,right]
|
static <T extends Number & Comparable<? super T>> |
Interval.openOpen(T left,
T right)
Creates an interval (left,right)
|
Modifier and Type | Method and Description |
---|---|
SortedMap<Interval<T>,AbstractContinuousStatistics.IntervalCounts<T>> |
AbstractContinuousStatistics.getIntervalCounts()
Returns a mapping from interval to the counts for the given interval.
|
Modifier and Type | Method and Description |
---|---|
int |
Interval.compareTo(Interval<T> o)
First compares the left margins, then the right margins.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractContinuousStatistics.setIntervalCounts(Map<Interval<T>,AbstractContinuousStatistics.IntervalCounts<T>> intMap)
Sets a mapping from interval to the counts for the given interval.
|
Copyright © 2016 Actian Corporation. All rights reserved.