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,
Double weight) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Apply |
createApply() |
boolean |
equals(Object object) |
Double |
getWeight() |
int |
hashCode() |
protected com.google.common.base.Objects.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 com.google.common.base.Objects.ToStringHelper toStringHelper()
toStringHelper in class TermFeaturepublic Double getWeight()
Copyright © 2018. All rights reserved.