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