Class ModelManager<M extends org.dmg.pmml.Model>

    • Method Detail

      • getMiningFunction

        public org.dmg.pmml.MiningFunction getMiningFunction()
      • getMathContext

        public org.dmg.pmml.MathContext getMathContext()
      • getDefaultDataField

        public DefaultDataField getDefaultDataField()
        Returns:
        A synthetic DataField element describing the default target field.
      • setDefaultDataField

        public void setDefaultDataField​(DefaultDataField defaultDataField)
      • getMiningField

        public org.dmg.pmml.MiningField getMiningField​(String name)
      • getLocalDerivedField

        public org.dmg.pmml.DerivedField getLocalDerivedField​(String name)
      • getTarget

        public org.dmg.pmml.Target getTarget​(String name)
      • getOutputField

        public org.dmg.pmml.OutputField getOutputField​(String name)
      • hasResultFeature

        public boolean hasResultFeature​(org.dmg.pmml.ResultFeature resultFeature)

        Indicates if this model manager provides the specified result feature.

        A result feature is first and foremost manifested through output fields. However, selected result features may make a secondary manifestation through a target field.

        See Also:
        OutputField.getResultFeature()
      • addResultFeatures

        public void addResultFeatures​(Set<org.dmg.pmml.ResultFeature> resultFeatures)
      • getSupplementaryFields

        public List<InputField> getSupplementaryFields()
      • getTargetName

        public String getTargetName()
      • getModel

        public M getModel()
        Specified by:
        getModel in interface HasModel<M extends org.dmg.pmml.Model>