public abstract class AggregateMathFunction extends AggregateFunction
| Constructor and Description |
|---|
AggregateMathFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic |
createStatistic() |
FieldValue |
evaluate(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 AggregateMathFunction(String name)
public abstract org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic createStatistic()
public FieldValue evaluate(List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
protected org.dmg.pmml.DataType getResultDataType(org.dmg.pmml.DataType dataType)
Copyright © 2022. All rights reserved.