Uses of Class
org.jpmml.evaluator.functions.UnaryFunction
-
Packages that use UnaryFunction Package Description org.jpmml.evaluator org.jpmml.evaluator.functions -
-
Uses of UnaryFunction in org.jpmml.evaluator
Fields in org.jpmml.evaluator declared as UnaryFunction Modifier and Type Field Description static UnaryFunctionFunctions. DATE_SECONDS_SINCE_MIDNIGHTstatic UnaryFunctionFunctions. STRING_LENGTH -
Uses of UnaryFunction in org.jpmml.evaluator.functions
Subclasses of UnaryFunction in org.jpmml.evaluator.functions Modifier and Type Class Description classBooleanFunctionclassDoubleMathFunctionclassMathFunctionclassMeanFunctionA Java UDF for calculating the mean of a collection of values.classRoundingFunctionclassStringFunctionclassTrigonometricFunctionclassValueFunction
-