public abstract static class FunctionUtil.AggregateFunction extends Object implements FunctionUtil.Function
| Constructor and Description |
|---|
FunctionUtil.AggregateFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic |
createStatistic() |
FieldValue |
evaluate(List<FieldValue> values) |
org.dmg.pmml.DataType |
getResultType(org.dmg.pmml.DataType dataType) |
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> values)
evaluate in interface FunctionUtil.FunctionCopyright © 2014. All Rights Reserved.