Package org.jpmml.sparkml
Class WeightedTermFeature
java.lang.Object
org.jpmml.converter.Feature
org.jpmml.sparkml.TermFeature
org.jpmml.sparkml.WeightedTermFeature
-
Constructor Summary
ConstructorsConstructorDescriptionWeightedTermFeature(org.jpmml.converter.PMMLEncoder encoder, org.dmg.pmml.DefineFunction defineFunction, org.jpmml.converter.Feature feature, String value, Number weight) -
Method Summary
Methods inherited from class org.jpmml.sparkml.TermFeature
getDefineFunction, getFeature, getValue, toContinuousFeature, toWeightedTermFeatureMethods inherited from class org.jpmml.converter.Feature
getDataType, getEncoder, getField, getName, ref, toContinuousFeature, toString
-
Constructor Details
-
WeightedTermFeature
-
-
Method Details
-
createApply
public org.dmg.pmml.Apply createApply()- Overrides:
createApplyin classTermFeature
-
hashCode
public int hashCode()- Overrides:
hashCodein classTermFeature
-
equals
- Overrides:
equalsin classTermFeature
-
getWeight
-