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 ScalarValuedFunction
StatsFunctions. normalizeFunction(StatsFunctions.NormalizeMethod method, ScalarValuedFunction expr, AbstractNumericInfo<?> numInfo)
Create a normalization function for the given function expression.static ScalarValuedFunction
StatsFunctions. 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 class
BigNumericInfo
Corresponds to the PMMLNumericInfo
element.class
NumericInfo
Corresponds to the PMMLNumericInfo
element.Methods in com.pervasive.datarush.analytics.stats that return AbstractNumericInfo Modifier and Type Method Description AbstractNumericInfo<? extends Number>
UnivariateStats. getNumericInfo()
Returns the value of theNumericInfo
sub-element.Methods in com.pervasive.datarush.analytics.stats with parameters of type AbstractNumericInfo Modifier and Type Method Description void
UnivariateStats. setNumericInfo(AbstractNumericInfo<? extends Number> numericInfo)
Sets the value of theNumericInfo
sub-element.
-