Class Scope

  • All Implemented Interfaces:
    org.jpmml.converter.FeatureResolver
    Direct Known Subclasses:
    BlockScope, DataFrameScope

    public abstract class Scope
    extends Object
    implements org.jpmml.converter.FeatureResolver
    • Constructor Detail

      • Scope

        public Scope()
    • Method Detail

      • getFeature

        public abstract org.jpmml.converter.Feature getFeature​(String name)
      • getFeature

        public abstract org.jpmml.converter.Feature getFeature​(String name,
                                                               int columnIndex)
      • getFeature

        public abstract org.jpmml.converter.Feature getFeature​(String name,
                                                               String columnName)