Uses of Class
com.pervasive.datarush.analytics.stats.AbstractNumericInfo
Packages that use AbstractNumericInfo
Package
Description
Provides various statistics functions.
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
-
Uses of AbstractNumericInfo in com.pervasive.datarush.analytics.functions
Methods in com.pervasive.datarush.analytics.functions with parameters of type AbstractNumericInfoModifier and TypeMethodDescriptionstatic ScalarValuedFunctionStatsFunctions.normalizeFunction(StatsFunctions.NormalizeMethod method, ScalarValuedFunction expr, AbstractNumericInfo<?> numInfo) Create a normalization function for the given function expression.static ScalarValuedFunctionStatsFunctions.normalizeFunction(StatsFunctions.NormalizeMethod method, String field, AbstractNumericInfo<?> numInfo) Create a normalization function for the given input field. -
Uses of AbstractNumericInfo in com.pervasive.datarush.analytics.stats
Subclasses of AbstractNumericInfo in com.pervasive.datarush.analytics.statsModifier and TypeClassDescriptionfinal classCorresponds to the PMMLNumericInfoelement.final classCorresponds to the PMMLNumericInfoelement.Methods in com.pervasive.datarush.analytics.stats that return AbstractNumericInfoModifier and TypeMethodDescriptionAbstractNumericInfo<? extends Number>UnivariateStats.getNumericInfo()Returns the value of theNumericInfosub-element.Methods in com.pervasive.datarush.analytics.stats with parameters of type AbstractNumericInfoModifier and TypeMethodDescriptionvoidUnivariateStats.setNumericInfo(AbstractNumericInfo<? extends Number> numericInfo) Sets the value of theNumericInfosub-element.