Class WeightedTermFeature

java.lang.Object
org.jpmml.converter.Feature
org.jpmml.sparkml.TermFeature
org.jpmml.sparkml.WeightedTermFeature

public class WeightedTermFeature extends TermFeature
  • Constructor Details

    • WeightedTermFeature

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