Class TreeCompilationDTO

  • All Implemented Interfaces:
    java.io.Serializable, org.kie.pmml.compiler.api.dto.CompilationDTO<org.dmg.pmml.tree.TreeModel>

    public class TreeCompilationDTO
    extends org.kie.pmml.compiler.commons.dto.AbstractSpecificCompilationDTO<org.dmg.pmml.tree.TreeModel>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static TreeCompilationDTO fromCompilationDTO​(org.kie.pmml.compiler.api.dto.CompilationDTO<org.dmg.pmml.tree.TreeModel> source)
      Builder that use given CommonCompilationDTO
      java.lang.Double getMissingValuePenalty()  
      org.dmg.pmml.tree.Node getNode()  
      • Methods inherited from class org.kie.pmml.compiler.commons.dto.AbstractSpecificCompilationDTO

        addFields, compileClasses, getFields, getFileName, getKieMiningFields, getKieOutputFields, getKiePMMLLocalTransformations, getKiePMMLMiningFields, getKiePMMLOutputFields, getKiePMMLTargetFields, getKiePMMLTransformationDictionary, getLocalTransformations, getMINING_FUNCTION, getMiningFunction, getMiningSchema, getModel, getModelName, getOpType, getOutput, getPackageCanonicalClassName, getPackageName, getPmml, getPMML_MODEL, getPmmlContext, getSimpleClassName, getSource, getTargetDataField, getTargetFieldName, getTargets, getTransformationDictionary
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.pmml.compiler.api.dto.CompilationDTO

        getKieTargetFields
    • Method Detail

      • fromCompilationDTO

        public static TreeCompilationDTO fromCompilationDTO​(org.kie.pmml.compiler.api.dto.CompilationDTO<org.dmg.pmml.tree.TreeModel> source)
        Builder that use given CommonCompilationDTO
        Parameters:
        source -
      • getMissingValuePenalty

        public java.lang.Double getMissingValuePenalty()
      • getNode

        public org.dmg.pmml.tree.Node getNode()