Uses of Class
com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Packages that use AbstractNumericInfo Package Description com.pervasive.datarush.analytics.functions Provides various statistics functions.com.pervasive.datarush.analytics.stats 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 AbstractNumericInfo Modifier and Type Method Description static 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.stats Modifier and Type Class Description classBigNumericInfoCorresponds to the PMMLNumericInfoelement.classNumericInfoCorresponds to the PMMLNumericInfoelement.Methods in com.pervasive.datarush.analytics.stats that return AbstractNumericInfo Modifier and Type Method Description AbstractNumericInfo<? extends Number>UnivariateStats. getNumericInfo()Returns the value of theNumericInfosub-element.Methods in com.pervasive.datarush.analytics.stats with parameters of type AbstractNumericInfo Modifier and Type Method Description voidUnivariateStats. setNumericInfo(AbstractNumericInfo<? extends Number> numericInfo)Sets the value of theNumericInfosub-element.
-