public abstract class MathFunction extends AbstractFunction
| Constructor and Description |
|---|
MathFunction(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
evaluate(java.util.List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
abstract java.lang.Double |
evaluate(java.lang.Number value) |
org.dmg.pmml.DataType |
getResultType(org.dmg.pmml.DataType dataType) |
checkArguments, checkArguments, checkVariableArguments, checkVariableArguments, getName, integerToDoublepublic abstract java.lang.Double evaluate(java.lang.Number value)
public org.dmg.pmml.DataType getResultType(org.dmg.pmml.DataType dataType)
public FieldValue evaluate(java.util.List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2017. All Rights Reserved.