public class DataFrameScope extends Scope
| Constructor and Description |
|---|
DataFrameScope(List<? extends org.jpmml.converter.Feature> columns) |
DataFrameScope(String variableName,
List<? extends org.jpmml.converter.Feature> columns) |
DataFrameScope(String variableName,
List<? extends org.jpmml.converter.Feature> columns,
org.jpmml.converter.PMMLEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends org.jpmml.converter.Feature> |
getColumns() |
org.jpmml.converter.Feature |
getFeature(String name) |
org.jpmml.converter.Feature |
getFeature(String name,
int columnIndex) |
org.jpmml.converter.Feature |
getFeature(String name,
String columnName) |
String |
getVariableName() |
org.jpmml.converter.Feature |
resolveFeature(String name) |
getEncoderpublic DataFrameScope(List<? extends org.jpmml.converter.Feature> columns)
public DataFrameScope(String variableName, List<? extends org.jpmml.converter.Feature> columns)
public org.jpmml.converter.Feature getFeature(String name)
getFeature in class Scopepublic org.jpmml.converter.Feature getFeature(String name, int columnIndex)
getFeature in class Scopepublic org.jpmml.converter.Feature getFeature(String name, String columnName)
getFeature in class Scopepublic org.jpmml.converter.Feature resolveFeature(String name)
resolveFeature in interface org.jpmml.converter.FeatureResolverresolveFeature in class Scopepublic String getVariableName()
public List<? extends org.jpmml.converter.Feature> getColumns()
Copyright © 2023. All rights reserved.