Uses of Class
com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics.IntervalCounts
-
Packages that use AbstractContinuousStatistics.IntervalCounts Package Description com.pervasive.datarush.analytics.stats Provides various statistics, Data Summarizer, and Data Quality Analyzer. -
-
Uses of AbstractContinuousStatistics.IntervalCounts in com.pervasive.datarush.analytics.stats
Fields in com.pervasive.datarush.analytics.stats with type parameters of type AbstractContinuousStatistics.IntervalCounts Modifier and Type Field Description protected SortedMap<Interval<T>,AbstractContinuousStatistics.IntervalCounts<T>>
AbstractContinuousStatistics. intervalCounts
Methods in com.pervasive.datarush.analytics.stats that return types with arguments of type AbstractContinuousStatistics.IntervalCounts Modifier and Type Method Description SortedMap<Interval<T>,AbstractContinuousStatistics.IntervalCounts<T>>
AbstractContinuousStatistics. getIntervalCounts()
Returns a mapping from interval to the counts for the given interval.Method parameters in com.pervasive.datarush.analytics.stats with type arguments of type AbstractContinuousStatistics.IntervalCounts Modifier and Type Method Description void
AbstractContinuousStatistics. setIntervalCounts(Map<Interval<T>,AbstractContinuousStatistics.IntervalCounts<T>> intMap)
Sets a mapping from interval to the counts for the given interval.
-