Class TermFeature

  • Direct Known Subclasses:
    WeightedTermFeature

    public class TermFeature
    extends org.jpmml.converter.Feature
    • Constructor Detail

      • TermFeature

        public TermFeature​(org.jpmml.converter.PMMLEncoder encoder,
                           org.dmg.pmml.DefineFunction defineFunction,
                           org.jpmml.converter.Feature feature,
                           String value)
    • Method Detail

      • toContinuousFeature

        public org.jpmml.converter.ContinuousFeature toContinuousFeature()
        Specified by:
        toContinuousFeature in class org.jpmml.converter.Feature
      • createApply

        public org.dmg.pmml.Apply createApply()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.jpmml.converter.Feature
      • equals

        public boolean equals​(Object object)
        Overrides:
        equals in class org.jpmml.converter.Feature
      • toStringHelper

        protected org.jpmml.model.ToStringHelper toStringHelper()
        Overrides:
        toStringHelper in class org.jpmml.converter.Feature
      • getDefineFunction

        public org.dmg.pmml.DefineFunction getDefineFunction()
      • getFeature

        public org.jpmml.converter.Feature getFeature()
      • getValue

        public String getValue()