Uses of Class
com.pervasive.datarush.analytics.stats.Interval
Packages that use Interval
Package
Description
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
-
Uses of Interval in com.pervasive.datarush.analytics.stats
Fields in com.pervasive.datarush.analytics.stats with type parameters of type IntervalModifier and TypeFieldDescriptionprotected SortedMap<Interval<T>,AbstractContinuousStatistics.IntervalCounts<T>> AbstractContinuousStatistics.intervalCountsMethods in com.pervasive.datarush.analytics.stats that return IntervalModifier and TypeMethodDescriptionstatic <T extends Number & Comparable<? super T>>
Interval<T>Interval.closedClosed(T left, T right) Creates an interval [left,right]static <T extends Number & Comparable<? super T>>
Interval<T>Interval.closedOpen(T left, T right) Creates an interval [left,right)static <T extends Number & Comparable<? super T>>
Interval<T>Interval.openClosed(T left, T right) Creates an interval (left,right]static <T extends Number & Comparable<? super T>>
Interval<T>Interval.openOpen(T left, T right) Creates an interval (left,right)Methods in com.pervasive.datarush.analytics.stats that return types with arguments of type IntervalModifier and TypeMethodDescriptionAbstractContinuousStatistics.getIntervalCounts()Returns a mapping from interval to the counts for the given interval.Methods in com.pervasive.datarush.analytics.stats with parameters of type IntervalModifier and TypeMethodDescriptionintFirst compares the left margins, then the right margins.Method parameters in com.pervasive.datarush.analytics.stats with type arguments of type IntervalModifier and TypeMethodDescriptionvoidAbstractContinuousStatistics.setIntervalCounts(Map<Interval<T>, AbstractContinuousStatistics.IntervalCounts<T>> intMap) Sets a mapping from interval to the counts for the given interval.