Class BinaryCategoricalFeature


  • public class BinaryCategoricalFeature
    extends org.jpmml.converter.CategoricalFeature
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryCategoricalFeature​(org.jpmml.converter.PMMLEncoder encoder, org.jpmml.converter.BinaryFeature binaryFeature)  
    • Method Summary

      • Methods inherited from class org.jpmml.converter.CategoricalFeature

        equals, getValue, getValues, hashCode, size, toContinuousFeature
      • 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 Detail

      • BinaryCategoricalFeature

        public BinaryCategoricalFeature​(org.jpmml.converter.PMMLEncoder encoder,
                                        org.jpmml.converter.BinaryFeature binaryFeature)