Uses of Class
org.jpmml.python.FunctionDef
-
Packages that use FunctionDef Package Description org.jpmml.python -
-
Uses of FunctionDef in org.jpmml.python
Methods in org.jpmml.python that return FunctionDef Modifier and Type Method Description FunctionDefAbstractTranslator. getFunctionDef(java.lang.String name)FunctionDefFunctionDefScope. getFunctionDef()FunctionDefFunctionDefParser. parseFunctionDef(java.lang.String string)Methods in org.jpmml.python that return types with arguments of type FunctionDef Modifier and Type Method Description java.util.Map<java.lang.String,FunctionDef>AbstractTranslator. getFunctionDefs()Methods in org.jpmml.python with parameters of type FunctionDef Modifier and Type Method Description voidFunctionDefParser. FunctionDef(FunctionDef functionDef)voidFunctionDefParser. Parameters(FunctionDef functionDef)Constructors in org.jpmml.python with parameters of type FunctionDef Constructor Description FunctionDefScope(FunctionDef functionDef, java.util.List<? extends org.jpmml.converter.Feature> variables)FunctionDefScope(FunctionDef functionDef, java.util.List<? extends org.jpmml.converter.Feature> variables, org.jpmml.converter.PMMLEncoder encoder)
-