public class BinarizedCategoricalFeature
extends org.jpmml.converter.Feature
| Constructor and Description |
|---|
BinarizedCategoricalFeature(org.jpmml.converter.PMMLEncoder encoder,
org.dmg.pmml.FieldName name,
org.dmg.pmml.DataType dataType,
List<org.jpmml.converter.BinaryFeature> binaryFeatures) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.BinaryFeature> |
getBinaryFeatures() |
org.jpmml.converter.ContinuousFeature |
toContinuousFeature() |
public BinarizedCategoricalFeature(org.jpmml.converter.PMMLEncoder encoder,
org.dmg.pmml.FieldName name,
org.dmg.pmml.DataType dataType,
List<org.jpmml.converter.BinaryFeature> binaryFeatures)
public org.jpmml.converter.ContinuousFeature toContinuousFeature()
toContinuousFeature in class org.jpmml.converter.Featurepublic List<org.jpmml.converter.BinaryFeature> getBinaryFeatures()
Copyright © 2019. All rights reserved.