| Package | Description |
|---|---|
| org.jpmml.evaluator | |
| org.jpmml.evaluator.functions |
| Modifier and Type | Method and Description |
|---|---|
Function |
FunctionException.getFunction() |
static Function |
FunctionRegistry.getFunction(String name)
Gets a function for a name.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FunctionRegistry.putFunction(Function function)
Registers a function by its default name.
|
static void |
FunctionRegistry.putFunction(String name,
Function function)
Registers a function by a name other than its default name.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FunctionRegistry.putFunction(String name,
Class<? extends Function> functionClazz)
Registers a function class.
|
| Constructor and Description |
|---|
FunctionException(Function function,
String message) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFunction |
class |
AggregateFunction |
class |
AggregateMathFunction |
class |
AggregateStringFunction |
class |
ArithmeticFunction |
class |
BinaryFunction |
class |
ComparisonFunction |
class |
DoubleUnaryMathFunction |
class |
EqualityFunction |
class |
LogicalFunction |
class |
MeanFunction
A Java UDF for calculating the mean of a collection of values.
|
class |
MultiaryFunction |
class |
PercentileFunction
A Java UDF for calculating the n-th percentile of a collection of values.
|
class |
RoundingFunction |
class |
SplitFunction
A Java UDF for splitting a scalar string value to a collection of string values.
|
class |
StandardDeviationFunction
A Java UDF for calculating the standard deviation of a collection of values.
|
class |
TernaryFunction |
class |
TrigonometricFunction |
class |
UnaryBooleanFunction |
class |
UnaryFunction |
class |
UnaryMathFunction |
class |
UnaryStringFunction |
class |
ValueFunction |
class |
ValueSpaceFunction |
Copyright © 2021. All rights reserved.