public abstract class AggregateFunction extends AbstractFunction
| 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) |
org.dmg.pmml.DataType |
getResultType(org.dmg.pmml.DataType dataType) |
cast, checkArguments, checkArguments, checkVariableArguments, checkVariableArguments, getName, integerToDoublepublic AggregateFunction(String name)
public abstract org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic createStatistic()
public org.dmg.pmml.DataType getResultType(org.dmg.pmml.DataType dataType)
public FieldValue evaluate(List<FieldValue> arguments)
Copyright © 2014. All Rights Reserved.