Package org.jpmml.python
Class DataFrameScope
- java.lang.Object
-
- org.jpmml.python.Scope
-
- org.jpmml.python.DataFrameScope
-
- All Implemented Interfaces:
org.jpmml.converter.FeatureResolver
public class DataFrameScope extends Scope
-
-
Constructor Summary
Constructors Constructor Description DataFrameScope(String name, List<? extends org.jpmml.converter.Feature> columns)DataFrameScope(List<? extends org.jpmml.converter.Feature> features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends org.jpmml.converter.Feature>getColumns()org.jpmml.converter.FeaturegetFeature(String name)org.jpmml.converter.FeaturegetFeature(String name, int columnIndex)org.jpmml.converter.FeaturegetFeature(String name, String columnName)StringgetName()org.jpmml.converter.FeatureresolveFeature(String name)
-
-
-
Method Detail
-
getFeature
public org.jpmml.converter.Feature getFeature(String name)
- Specified by:
getFeaturein classScope
-
getFeature
public org.jpmml.converter.Feature getFeature(String name, int columnIndex)
- Specified by:
getFeaturein classScope
-
getFeature
public org.jpmml.converter.Feature getFeature(String name, String columnName)
- Specified by:
getFeaturein classScope
-
resolveFeature
public org.jpmml.converter.Feature resolveFeature(String name)
-
getName
public String getName()
-
getColumns
public List<? extends org.jpmml.converter.Feature> getColumns()
-
-