Package org.jpmml.sparkml
Class BinarizedCategoricalFeature
- java.lang.Object
-
- org.jpmml.converter.Feature
-
- org.jpmml.sparkml.BinarizedCategoricalFeature
-
public class BinarizedCategoricalFeature extends org.jpmml.converter.Feature
-
-
Constructor Summary
Constructors Constructor Description BinarizedCategoricalFeature(org.jpmml.converter.PMMLEncoder encoder, org.jpmml.converter.CategoricalFeature categoricalFeature, List<org.jpmml.converter.BinaryFeature> binaryFeatures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)List<org.jpmml.converter.BinaryFeature>getBinaryFeatures()inthashCode()org.jpmml.converter.ContinuousFeaturetoContinuousFeature()
-
-
-
Constructor Detail
-
BinarizedCategoricalFeature
public BinarizedCategoricalFeature(org.jpmml.converter.PMMLEncoder encoder, org.jpmml.converter.CategoricalFeature categoricalFeature, List<org.jpmml.converter.BinaryFeature> binaryFeatures)
-
-
Method Detail
-
toContinuousFeature
public org.jpmml.converter.ContinuousFeature toContinuousFeature()
- Specified by:
toContinuousFeaturein classorg.jpmml.converter.Feature
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.jpmml.converter.Feature
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classorg.jpmml.converter.Feature
-
getBinaryFeatures
public List<org.jpmml.converter.BinaryFeature> getBinaryFeatures()
-
-