org.jpmml.evaluator
Class FunctionUtil.AggregateFunction

java.lang.Object
  extended by org.jpmml.evaluator.FunctionUtil.AggregateFunction
All Implemented Interfaces:
FunctionUtil.Function
Enclosing class:
FunctionUtil

public abstract static class FunctionUtil.AggregateFunction
extends Object
implements FunctionUtil.Function


Constructor Summary
FunctionUtil.AggregateFunction()
           
 
Method Summary
abstract  org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic createStatistic()
           
 Double evaluate(List<?> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionUtil.AggregateFunction

public FunctionUtil.AggregateFunction()
Method Detail

createStatistic

public abstract org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic createStatistic()

evaluate

public Double evaluate(List<?> values)
Specified by:
evaluate in interface FunctionUtil.Function


Copyright © 2013 University of Tartu. All Rights Reserved.