Class ObjectiveFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract org.jpmml.converter.Label encodeLabel​(java.lang.String targetName, java.util.List<?> targetCategories, org.jpmml.converter.ModelEncoder encoder)  
      abstract org.dmg.pmml.mining.MiningModel encodeModel​(java.util.List<Tree> trees, java.lang.Integer numIteration, org.jpmml.converter.Schema schema)  
      boolean getAverageOutput()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectiveFunction

        public ObjectiveFunction​(Section config)
    • Method Detail

      • encodeLabel

        public abstract org.jpmml.converter.Label encodeLabel​(java.lang.String targetName,
                                                              java.util.List<?> targetCategories,
                                                              org.jpmml.converter.ModelEncoder encoder)
      • encodeModel

        public abstract org.dmg.pmml.mining.MiningModel encodeModel​(java.util.List<Tree> trees,
                                                                    java.lang.Integer numIteration,
                                                                    org.jpmml.converter.Schema schema)
      • getName

        public java.lang.String getName()
      • getAverageOutput

        public boolean getAverageOutput()