public abstract class MathFunction extends AbstractFunction
| Constructor and Description |
|---|
MathFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
evaluate(List<FieldValue> arguments) |
abstract Double |
evaluate(Number value) |
org.dmg.pmml.DataType |
getResultType(org.dmg.pmml.DataType dataType) |
cast, checkArguments, checkArguments, checkVariableArguments, checkVariableArguments, getName, integerToDoublepublic MathFunction(String name)
public org.dmg.pmml.DataType getResultType(org.dmg.pmml.DataType dataType)
public FieldValue evaluate(List<FieldValue> arguments)
Copyright © 2014. All Rights Reserved.