Uses of Interface
org.jpmml.evaluator.Function
-
Packages that use Function Package Description org.jpmml.evaluator org.jpmml.evaluator.functions -
-
Uses of Function in org.jpmml.evaluator
Methods in org.jpmml.evaluator that return Function Modifier and Type Method Description FunctionFunctionException. getFunction()static FunctionFunctionRegistry. getFunction(java.lang.String name)Gets a function for a name.Methods in org.jpmml.evaluator with parameters of type Function Modifier and Type Method Description static java.lang.StringInvalidArgumentException. formatMessage(Function function, java.lang.String alias, java.lang.Object value)static java.lang.StringMissingArgumentException. formatMessage(Function function, java.lang.String argument)static voidFunctionRegistry. putFunction(java.lang.String name, Function function)Registers a function by a name other than its default name.static voidFunctionRegistry. putFunction(Function function)Registers a function by its default name.Method parameters in org.jpmml.evaluator with type arguments of type Function Modifier and Type Method Description static voidFunctionRegistry. putFunction(java.lang.String name, java.lang.Class<? extends Function> functionClazz)Registers a function class.Constructors in org.jpmml.evaluator with parameters of type Function Constructor Description FunctionException(Function function, java.lang.String message)InvalidArgumentException(Function function, java.lang.String message)InvalidArgumentListException(Function function, java.lang.String message)MissingArgumentException(Function function, java.lang.String message) -
Uses of Function in org.jpmml.evaluator.functions
Classes in org.jpmml.evaluator.functions that implement Function Modifier and Type Class Description classAbstractFunctionclassAggregateFunctionclassArithmeticFunctionclassBinaryFunctionclassBooleanFunctionclassComparisonFunctionclassDoubleMathFunctionclassEqualityFunctionclassLogicalFunctionclassMathFunctionclassMeanFunctionA Java UDF for calculating the mean of a collection of values.classMultiaryFunctionclassPercentileFunctionA Java UDF for calculating the n-th percentile of a collection of values.classRoundingFunctionclassSplitFunctionA Java UDF for splitting a scalar string value to a collection of string values.classStandardDeviationFunctionA Java UDF for calculating the standard deviation of a collection of values.classStatisticalFunctionclassStringFunctionclassTernaryFunctionclassTrigonometricFunctionclassUnaryFunctionclassValueFunctionclassValueSetFunction
-