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 |
---|---|
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 |
---|---|
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.