Class TermFeature

java.lang.Object
org.jpmml.converter.Feature
org.jpmml.sparkml.TermFeature
Direct Known Subclasses:
WeightedTermFeature

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

    • TermFeature

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

    • toContinuousFeature

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

      public WeightedTermFeature toWeightedTermFeature(Number weight)
    • 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
    • getDefineFunction

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

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

      public String getValue()