Uses of Class
com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
-
Packages that use AbstractContinuousStatistics Package Description com.pervasive.datarush.analytics.stats Provides various statistics, Data Summarizer, and Data Quality Analyzer. -
-
Uses of AbstractContinuousStatistics in com.pervasive.datarush.analytics.stats
Subclasses of AbstractContinuousStatistics in com.pervasive.datarush.analytics.stats Modifier and Type Class Description classBigContinuousStatisticsObject representation of the PMMLContStatselement.classContinuousStatisticsObject representation of the PMMLContStatselement.Methods in com.pervasive.datarush.analytics.stats that return AbstractContinuousStatistics Modifier and Type Method Description AbstractContinuousStatistics<? extends Number>UnivariateStats. getContinuousStatistics()Returns the value of theContStatssub-element.Methods in com.pervasive.datarush.analytics.stats with parameters of type AbstractContinuousStatistics Modifier and Type Method Description voidUnivariateStats. setContinuousStatistics(AbstractContinuousStatistics<? extends Number> continuousStatistics)Sets the value of theContStatssub-element.
-