Package org.jpmml.evaluator.functions
Class ArithmeticFunction
- java.lang.Object
-
- org.jpmml.evaluator.functions.AbstractFunction
-
- org.jpmml.evaluator.functions.BinaryFunction
-
- org.jpmml.evaluator.functions.ArithmeticFunction
-
- All Implemented Interfaces:
Function,MissingValueTolerant
public abstract class ArithmeticFunction extends BinaryFunction implements MissingValueTolerant
-
-
Constructor Summary
Constructors Constructor Description ArithmeticFunction(String name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Numberevaluate(Number left, Number right)FieldValueevaluate(FieldValue first, FieldValue second)-
Methods inherited from class org.jpmml.evaluator.functions.BinaryFunction
evaluate
-
Methods inherited from class org.jpmml.evaluator.functions.AbstractFunction
getAliases, getName
-
-
-
-
Constructor Detail
-
ArithmeticFunction
public ArithmeticFunction(String name)
-
-
Method Detail
-
evaluate
public FieldValue evaluate(FieldValue first, FieldValue second)
- Specified by:
evaluatein classBinaryFunction
-
-