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
ConstructorsConstructorDescriptionBinarizedCategoricalFeature(org.jpmml.converter.PMMLEncoder encoder, org.jpmml.converter.CategoricalFeature categoricalFeature, List<org.jpmml.converter.BinaryFeature> binaryFeatures) -
Method Summary
Methods inherited from class org.jpmml.converter.Feature
getDataType, getEncoder, getField, getName, ref, toContinuousFeature, toString
-
Constructor Details
-
BinarizedCategoricalFeature
public BinarizedCategoricalFeature(org.jpmml.converter.PMMLEncoder encoder, org.jpmml.converter.CategoricalFeature categoricalFeature, List<org.jpmml.converter.BinaryFeature> binaryFeatures)
-
-
Method Details
-
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
- Overrides:
equalsin classorg.jpmml.converter.Feature
-
getBinaryFeatures
-