public class WeightedTermFeature extends TermFeature
| Constructor and Description |
|---|
WeightedTermFeature(org.jpmml.converter.PMMLEncoder encoder,
org.dmg.pmml.DefineFunction defineFunction,
org.jpmml.converter.Feature feature,
String value,
Number weight) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Apply |
createApply() |
boolean |
equals(Object object) |
Number |
getWeight() |
int |
hashCode() |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
getDefineFunction, getFeature, getValue, toContinuousFeature, toWeightedTermFeaturepublic org.dmg.pmml.Apply createApply()
createApply in class TermFeaturepublic int hashCode()
hashCode in class TermFeaturepublic boolean equals(Object object)
equals in class TermFeatureprotected org.jpmml.model.ToStringHelper toStringHelper()
toStringHelper in class TermFeaturepublic Number getWeight()
Copyright © 2019. All rights reserved.