public abstract class AbstractFunction extends Object implements Function
| Constructor and Description |
|---|
AbstractFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected static Number |
cast(org.dmg.pmml.DataType dataType,
Number number) |
protected static void |
checkArguments(List<FieldValue> values,
int size) |
protected static void |
checkArguments(List<FieldValue> values,
int size,
boolean allowNulls) |
protected static void |
checkVariableArguments(List<FieldValue> values,
int size) |
protected static void |
checkVariableArguments(List<FieldValue> values,
int size,
boolean allowNulls) |
protected static org.dmg.pmml.DataType |
integerToDouble(org.dmg.pmml.DataType dataType) |
protected static void checkArguments(List<FieldValue> values, int size)
protected static void checkArguments(List<FieldValue> values, int size, boolean allowNulls)
protected static void checkVariableArguments(List<FieldValue> values, int size)
protected static void checkVariableArguments(List<FieldValue> values, int size, boolean allowNulls)
protected static org.dmg.pmml.DataType integerToDouble(org.dmg.pmml.DataType dataType)
Copyright © 2014. All Rights Reserved.