Package org.jpmml.evaluator.functions
Class AggregateFunction
- java.lang.Object
-
- org.jpmml.evaluator.functions.AbstractFunction
-
- org.jpmml.evaluator.functions.MultiaryFunction
-
- org.jpmml.evaluator.functions.AggregateFunction
-
- All Implemented Interfaces:
Function,MissingValueTolerant
- Direct Known Subclasses:
StatisticalFunction
public abstract class AggregateFunction extends MultiaryFunction implements MissingValueTolerant
-
-
Constructor Summary
Constructors Constructor Description AggregateFunction(String name)
-
-
-
Constructor Detail
-
AggregateFunction
public AggregateFunction(String name)
-
-