public class DataFrameScope extends Scope
| Constructor and Description |
|---|
DataFrameScope(List<? extends org.jpmml.converter.Feature> features) |
DataFrameScope(String name,
List<? extends org.jpmml.converter.Feature> columns) |
| 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 |
getName() |
org.jpmml.converter.Feature |
resolveFeature(String name) |
public DataFrameScope(List<? extends org.jpmml.converter.Feature> features)
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 class Scopepublic String getName()
public List<? extends org.jpmml.converter.Feature> getColumns()
Copyright © 2022. All rights reserved.