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(java.lang.String name)
-
Method Summary
-
Methods inherited from class org.jpmml.evaluator.functions.AbstractFunction
checkFixedArityArguments, checkVariableArityArguments, checkVariableArityArguments, getAliases, getArgument, getName, getOptionalArgument, getRequiredArgument
-
-