public abstract class AggregateFunction extends AbstractNumericFunction
| Constructor and Description |
|---|
AggregateFunction(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) |
checkArgumentcheckFixedArityArguments, checkVariableArityArguments, checkVariableArityArguments, getName, getOptionalArgument, getOptionalArgument, getRequiredArgument, getRequiredArgumentpublic AggregateFunction(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 © 2018. All rights reserved.