Class BinarizedCategoricalFeature


  • public class BinarizedCategoricalFeature
    extends org.jpmml.converter.Feature
    • 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:
        toContinuousFeature in class org.jpmml.converter.Feature
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.jpmml.converter.Feature
      • equals

        public boolean equals​(Object object)
        Overrides:
        equals in class org.jpmml.converter.Feature
      • getBinaryFeatures

        public List<org.jpmml.converter.BinaryFeature> getBinaryFeatures()