Package org.jpmml.python
Class FunctionUtil
- java.lang.Object
-
- org.jpmml.python.FunctionUtil
-
public class FunctionUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcanonicalizeModule(String module)static org.dmg.pmml.ExpressionencodeFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ExpressionencodeFunction(Identifiable identifiable, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ExpressionencodeNumpyFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ExpressionencodePandasFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ExpressionencodePythonFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ExpressionencodeScipyFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
-
-
Method Detail
-
encodeFunction
public static org.dmg.pmml.Expression encodeFunction(Identifiable identifiable, List<org.dmg.pmml.Expression> expressions)
-
encodeFunction
public static org.dmg.pmml.Expression encodeFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
encodePythonFunction
public static org.dmg.pmml.Expression encodePythonFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
encodeNumpyFunction
public static org.dmg.pmml.Expression encodeNumpyFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
encodePandasFunction
public static org.dmg.pmml.Expression encodePandasFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
-