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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
BigNumericInfo
Corresponds to the PMML
NumericInfo element. |
class |
NumericInfo
Corresponds to the PMML
NumericInfo element. |
Modifier and Type | Method and Description |
---|---|
AbstractNumericInfo<? extends Number> |
UnivariateStats.getNumericInfo()
Returns the value of the
NumericInfo sub-element. |
Modifier and Type | Method and Description |
---|---|
void |
UnivariateStats.setNumericInfo(AbstractNumericInfo<? extends Number> numericInfo)
Sets the value of the
NumericInfo sub-element. |
Copyright © 2020 Actian Corporation. All rights reserved.