Class DataFrameScope

  • All Implemented Interfaces:
    org.jpmml.converter.FeatureResolver

    public class DataFrameScope
    extends Scope
    • Constructor Detail

      • DataFrameScope

        public DataFrameScope​(List<? extends org.jpmml.converter.Feature> features)
      • DataFrameScope

        public DataFrameScope​(String name,
                              List<? extends org.jpmml.converter.Feature> columns)
    • Method Detail

      • getFeature

        public org.jpmml.converter.Feature getFeature​(String name)
        Specified by:
        getFeature in class Scope
      • getFeature

        public org.jpmml.converter.Feature getFeature​(String name,
                                                      int columnIndex)
        Specified by:
        getFeature in class Scope
      • getFeature

        public org.jpmml.converter.Feature getFeature​(String name,
                                                      String columnName)
        Specified by:
        getFeature in class Scope
      • resolveFeature

        public org.jpmml.converter.Feature resolveFeature​(String name)
      • getName

        public String getName()
      • getColumns

        public List<? extends org.jpmml.converter.Feature> getColumns()