public interface Function
A common superinterface for PMML built-in functions and Java user-defined functions.
FunctionRegistry| Modifier and Type | Method and Description |
|---|---|
FieldValue |
evaluate(java.util.List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
java.lang.String |
getName()
Gets the default name of this function.
|
java.lang.String getName()
Gets the default name of this function.
The default name should be unique in application scope. Currently, the JPMML library does not check or enforce this constraint in any way.
FieldValue evaluate(java.util.List<FieldValue> arguments)
Evaluates this function with the specified arguments.
FunctionException - If the arguments do not match the formal parameters of this function.Copyright © 2017. All Rights Reserved.