Class NullFeature


  • public class NullFeature
    extends org.jpmml.converter.Feature
    • Constructor Summary

      Constructors 
      Constructor Description
      NullFeature​(org.jpmml.converter.PMMLEncoder encoder, java.lang.String name, org.dmg.pmml.DataType dataType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jpmml.converter.ContinuousFeature toContinuousFeature()  
      • Methods inherited from class org.jpmml.converter.Feature

        equals, getDataType, getEncoder, getField, getName, hashCode, ref, toContinuousFeature, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NullFeature

        public NullFeature​(org.jpmml.converter.PMMLEncoder encoder,
                           java.lang.String name,
                           org.dmg.pmml.DataType dataType)
    • Method Detail

      • toContinuousFeature

        public org.jpmml.converter.ContinuousFeature toContinuousFeature()
        Specified by:
        toContinuousFeature in class org.jpmml.converter.Feature