Package org.jpmml.python
Class Scope
- java.lang.Object
-
- org.jpmml.python.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 Summary
Constructors Constructor Description Scope()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract org.jpmml.converter.FeaturegetFeature(String name)abstract org.jpmml.converter.FeaturegetFeature(String name, int columnIndex)abstract org.jpmml.converter.FeaturegetFeature(String name, String columnName)
-