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 class
BigContinuousStatistics
Object representation of the PMMLContStats
element.class
ContinuousStatistics
Object representation of the PMMLContStats
element.Methods in com.pervasive.datarush.analytics.stats that return AbstractContinuousStatistics Modifier and Type Method Description AbstractContinuousStatistics<? extends Number>
UnivariateStats. getContinuousStatistics()
Returns the value of theContStats
sub-element.Methods in com.pervasive.datarush.analytics.stats with parameters of type AbstractContinuousStatistics Modifier and Type Method Description void
UnivariateStats. setContinuousStatistics(AbstractContinuousStatistics<? extends Number> continuousStatistics)
Sets the value of theContStats
sub-element.
-