Uses of Class
org.jpmml.evaluator.functions.BinaryFunction
-
Packages that use BinaryFunction Package Description org.jpmml.evaluator org.jpmml.evaluator.functions -
-
Uses of BinaryFunction in org.jpmml.evaluator
Fields in org.jpmml.evaluator declared as BinaryFunction Modifier and Type Field Description static BinaryFunctionFunctions. ATAN2static BinaryFunctionFunctions. DATE_DAYS_SINCE_YEARstatic BinaryFunctionFunctions. DATE_SECONDS_SINCE_YEARstatic BinaryFunctionFunctions. FORMAT_DATETIMEstatic BinaryFunctionFunctions. FORMAT_NUMBERstatic BinaryFunctionFunctions. HYPOTstatic BinaryFunctionFunctions. MATCHESstatic BinaryFunctionFunctions. POWstatic BinaryFunctionFunctions. THRESHOLD -
Uses of BinaryFunction in org.jpmml.evaluator.functions
Subclasses of BinaryFunction in org.jpmml.evaluator.functions Modifier and Type Class Description classArithmeticFunctionclassComparisonFunctionclassEqualityFunctionclassPercentileFunctionA Java UDF for calculating the n-th percentile of a collection of values.classSplitFunctionA Java UDF for splitting a scalar string value to a collection of string values.
-