public class BinarizedCategoricalFeature
extends org.jpmml.converter.Feature
| Constructor and Description |
|---|
BinarizedCategoricalFeature(org.jpmml.converter.PMMLEncoder encoder,
org.jpmml.converter.CategoricalFeature categoricalFeature,
List<org.jpmml.converter.BinaryFeature> binaryFeatures) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
List<org.jpmml.converter.BinaryFeature> |
getBinaryFeatures() |
int |
hashCode() |
org.jpmml.converter.ContinuousFeature |
toContinuousFeature() |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
public BinarizedCategoricalFeature(org.jpmml.converter.PMMLEncoder encoder,
org.jpmml.converter.CategoricalFeature categoricalFeature,
List<org.jpmml.converter.BinaryFeature> binaryFeatures)
public org.jpmml.converter.ContinuousFeature toContinuousFeature()
toContinuousFeature in class org.jpmml.converter.Featurepublic 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 List<org.jpmml.converter.BinaryFeature> getBinaryFeatures()
Copyright © 2023. All rights reserved.