public class BinaryFeature extends Feature implements HasDerivedName
| Constructor and Description |
|---|
BinaryFeature(PMMLEncoder encoder,
Feature feature,
Object value) |
BinaryFeature(PMMLEncoder encoder,
org.dmg.pmml.Field<?> field,
Object value) |
BinaryFeature(PMMLEncoder encoder,
String name,
org.dmg.pmml.DataType dataType,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getDerivedName() |
Object |
getValue() |
int |
hashCode() |
ContinuousFeature |
toContinuousFeature() |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
getDataType, getEncoder, getField, getName, ref, toContinuousFeature, toContinuousFeature, toStringpublic BinaryFeature(PMMLEncoder encoder, org.dmg.pmml.Field<?> field, Object value)
public BinaryFeature(PMMLEncoder encoder, Feature feature, Object value)
public BinaryFeature(PMMLEncoder encoder, String name, org.dmg.pmml.DataType dataType, Object value)
public String getDerivedName()
getDerivedName in interface HasDerivedNamepublic ContinuousFeature toContinuousFeature()
toContinuousFeature in class Featureprotected org.jpmml.model.ToStringHelper toStringHelper()
toStringHelper in class Featurepublic Object getValue()
Copyright © 2023. All rights reserved.