Class PMMLOutputField

    • Constructor Detail

      • PMMLOutputField

        public PMMLOutputField​(org.dmg.pmml.pmml_4_2.descr.OutputField outputField,
                               org.dmg.pmml.pmml_4_2.descr.DataField field,
                               String modelId)
      • PMMLOutputField

        public PMMLOutputField​(org.dmg.pmml.pmml_4_2.descr.MiningField miningField,
                               org.dmg.pmml.pmml_4_2.descr.DataField field,
                               String modelId)
    • Method Detail

      • getModelId

        public String getModelId()
      • setModelId

        public void setModelId​(String modelId)
      • getOpType

        public org.dmg.pmml.pmml_4_2.descr.OPTYPE getOpType()
      • setOpType

        public void setOpType​(org.dmg.pmml.pmml_4_2.descr.OPTYPE opType)
      • getTargetField

        public String getTargetField()
      • setTargetField

        public void setTargetField​(String targetField)
      • getFeatureType

        public org.dmg.pmml.pmml_4_2.descr.RESULTFEATURE getFeatureType()
      • setFeatureType

        public void setFeatureType​(org.dmg.pmml.pmml_4_2.descr.RESULTFEATURE featureType)