Uses of Class
com.pervasive.datarush.analytics.stats.DiscreteStatistics
-
Packages that use DiscreteStatistics Package Description com.pervasive.datarush.analytics.stats Provides various statistics, Data Summarizer, and Data Quality Analyzer. -
-
Uses of DiscreteStatistics in com.pervasive.datarush.analytics.stats
Methods in com.pervasive.datarush.analytics.stats that return DiscreteStatistics Modifier and Type Method Description DiscreteStatistics
UnivariateStats. getDiscreteStatistics()
Returns the value of theDiscrStats
sub-element.Methods in com.pervasive.datarush.analytics.stats with parameters of type DiscreteStatistics Modifier and Type Method Description void
UnivariateStats. setDiscreteStatistics(DiscreteStatistics discreteStatistics)
Sets the value of theDiscrStats
sub-element.
-