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 org.dmg.pmml.ApplyencodeBinaryFunction(String function, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ApplyencodeFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ApplyencodeFunction(Identifiable identifiable, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ApplyencodeMathFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ApplyencodeNumpyFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ApplyencodePandasFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ApplyencodePythonFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ApplyencodeRegExFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ApplyencodeScipyFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)static org.dmg.pmml.ApplyencodeUnaryFunction(String function, List<org.dmg.pmml.Expression> expressions)
-
-
-
Method Detail
-
encodeFunction
public static org.dmg.pmml.Apply encodeFunction(Identifiable identifiable, List<org.dmg.pmml.Expression> expressions)
-
encodeFunction
public static org.dmg.pmml.Apply encodeFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
encodePythonFunction
public static org.dmg.pmml.Apply encodePythonFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
encodeMathFunction
public static org.dmg.pmml.Apply encodeMathFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
encodeRegExFunction
public static org.dmg.pmml.Apply encodeRegExFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
encodeNumpyFunction
public static org.dmg.pmml.Apply encodeNumpyFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
encodePandasFunction
public static org.dmg.pmml.Apply encodePandasFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
encodeScipyFunction
public static org.dmg.pmml.Apply encodeScipyFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
-
encodeUnaryFunction
public static org.dmg.pmml.Apply encodeUnaryFunction(String function, List<org.dmg.pmml.Expression> expressions)
-
-