Uses of Class
com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics.IntervalCounts
Packages that use AbstractContinuousStatistics.IntervalCounts
Package
Description
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.IntervalCountsModifier and TypeFieldDescriptionprotected SortedMap<Interval<T>,AbstractContinuousStatistics.IntervalCounts<T>> AbstractContinuousStatistics.intervalCountsMethods in com.pervasive.datarush.analytics.stats that return types with arguments of type AbstractContinuousStatistics.IntervalCountsModifier and TypeMethodDescriptionAbstractContinuousStatistics.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.IntervalCountsModifier and TypeMethodDescriptionvoidAbstractContinuousStatistics.setIntervalCounts(Map<Interval<T>, AbstractContinuousStatistics.IntervalCounts<T>> intMap) Sets a mapping from interval to the counts for the given interval.