public abstract class StatisticalFunction extends AggregateFunction
| Constructor and Description |
|---|
StatisticalFunction(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic |
createStatistic() |
FieldValue |
evaluate(java.util.List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
protected org.dmg.pmml.DataType |
getResultDataType(org.dmg.pmml.DataType dataType) |
checkFixedArityArguments, checkVariableArityArguments, checkVariableArityArguments, getAliases, getArgument, getName, getOptionalArgument, getRequiredArgumentpublic abstract org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic createStatistic()
public FieldValue evaluate(java.util.List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
protected org.dmg.pmml.DataType getResultDataType(org.dmg.pmml.DataType dataType)
Copyright © 2025. All Rights Reserved.