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,
                                                        org.jpmml.converter.PMMLEncoder encoder)
      • encodeFunction

        public static org.dmg.pmml.Apply encodeFunction​(String module,
                                                        String name,
                                                        List<org.dmg.pmml.Expression> expressions,
                                                        org.jpmml.converter.PMMLEncoder encoder)
      • encodeBuiltinFunction

        public static org.dmg.pmml.Apply encodeBuiltinFunction​(String module,
                                                               String name,
                                                               List<org.dmg.pmml.Expression> expressions,
                                                               org.jpmml.converter.PMMLEncoder encoder)
      • encodeMathFunction

        public static org.dmg.pmml.Apply encodeMathFunction​(String module,
                                                            String name,
                                                            List<org.dmg.pmml.Expression> expressions,
                                                            org.jpmml.converter.PMMLEncoder encoder)
      • encodeRegExFunction

        public static org.dmg.pmml.Apply encodeRegExFunction​(String module,
                                                             String name,
                                                             List<org.dmg.pmml.Expression> expressions,
                                                             org.jpmml.converter.PMMLEncoder encoder)
      • encodeNumpyFunction

        public static org.dmg.pmml.Apply encodeNumpyFunction​(String module,
                                                             String name,
                                                             List<org.dmg.pmml.Expression> expressions,
                                                             org.jpmml.converter.PMMLEncoder encoder)
      • encodePandasFunction

        public static org.dmg.pmml.Apply encodePandasFunction​(String module,
                                                              String name,
                                                              List<org.dmg.pmml.Expression> expressions,
                                                              org.jpmml.converter.PMMLEncoder encoder)
      • encodeScipyFunction

        public static org.dmg.pmml.Apply encodeScipyFunction​(String module,
                                                             String name,
                                                             List<org.dmg.pmml.Expression> expressions,
                                                             org.jpmml.converter.PMMLEncoder encoder)
      • 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)
      • encodeAggregateFunction

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