Uses of Enum Class
com.pervasive.datarush.analytics.functions.StatsFunctions.NormalizeMethod
Packages that use StatsFunctions.NormalizeMethod
Package
Description
Provides various statistics functions.
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
-
Uses of StatsFunctions.NormalizeMethod in com.pervasive.datarush.analytics.functions
Methods in com.pervasive.datarush.analytics.functions that return StatsFunctions.NormalizeMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StatsFunctions.NormalizeMethod[]StatsFunctions.NormalizeMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.analytics.functions with parameters of type StatsFunctions.NormalizeMethodModifier 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 StatsFunctions.NormalizeMethod in com.pervasive.datarush.analytics.stats
Methods in com.pervasive.datarush.analytics.stats that return StatsFunctions.NormalizeMethodModifier and TypeMethodDescriptionNormalizeDescriptor.getMethod()Get the normalization method of the descriptor.NormalizeValues.getMethod()Get the normalization method configured.Methods in com.pervasive.datarush.analytics.stats with parameters of type StatsFunctions.NormalizeMethodModifier and TypeMethodDescriptionstatic NormalizeDescriptor[]NormalizeDescriptor.descriptors(StatsFunctions.NormalizeMethod method, String... fieldNames) Build descriptors for the given fields and method.static NormalizeDescriptor[]NormalizeDescriptor.descriptors(StatsFunctions.NormalizeMethod method, Collection<String> reservedNames, String... fieldNames) voidNormalizeValues.setMethod(StatsFunctions.NormalizeMethod method) Set the normalization method to use.Constructors in com.pervasive.datarush.analytics.stats with parameters of type StatsFunctions.NormalizeMethodModifierConstructorDescriptionNormalizeDescriptor(String fieldName, StatsFunctions.NormalizeMethod method) Construct a normalization descriptor.NormalizeDescriptor(String inputFieldName, StatsFunctions.NormalizeMethod method, String outputFieldName) Construct a normalization descriptor.