public abstract class AggregateFunction extends AbstractFunction
| Constructor and Description |
|---|
AggregateFunction(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.
|
org.dmg.pmml.DataType |
getResultType(org.dmg.pmml.DataType dataType) |
checkArguments, checkArguments, checkVariableArguments, checkVariableArguments, getName, integerToDoublepublic abstract org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic createStatistic()
public org.dmg.pmml.DataType getResultType(org.dmg.pmml.DataType dataType)
public FieldValue evaluate(java.util.List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2017. All Rights Reserved.