Class FunctionUtil


  • public class FunctionUtil
    extends Object
    • 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)
      • encodeBinaryFunction

        public static org.dmg.pmml.Apply encodeBinaryFunction​(String function,
                                                              List<org.dmg.pmml.Expression> expressions)