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

    Modifier and Type
    Method
    Description
    boolean
    equals(Object object)
     
    List<org.jpmml.converter.BinaryFeature>
     
    int
     
    org.jpmml.converter.ContinuousFeature
     

    Methods inherited from class org.jpmml.converter.Feature

    getDataType, getEncoder, getField, getName, ref, toContinuousFeature, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 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:
      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()