public class DataFrameScope extends Scope
| Constructor and Description |
|---|
DataFrameScope(org.dmg.pmml.FieldName name,
List<? extends org.jpmml.converter.Feature> columns) |
DataFrameScope(List<? extends org.jpmml.converter.Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends org.jpmml.converter.Feature> |
getColumns() |
org.jpmml.converter.Feature |
getFeature(org.dmg.pmml.FieldName name) |
org.jpmml.converter.Feature |
getFeature(org.dmg.pmml.FieldName name,
org.dmg.pmml.FieldName columnName) |
org.jpmml.converter.Feature |
getFeature(org.dmg.pmml.FieldName name,
int columnIndex) |
org.dmg.pmml.FieldName |
getName() |
org.jpmml.converter.Feature |
resolveFeature(org.dmg.pmml.FieldName name) |
public DataFrameScope(List<? extends org.jpmml.converter.Feature> features)
public DataFrameScope(org.dmg.pmml.FieldName name,
List<? extends org.jpmml.converter.Feature> columns)
public org.jpmml.converter.Feature getFeature(org.dmg.pmml.FieldName name)
getFeature in class Scopepublic org.jpmml.converter.Feature getFeature(org.dmg.pmml.FieldName name,
int columnIndex)
getFeature in class Scopepublic org.jpmml.converter.Feature getFeature(org.dmg.pmml.FieldName name,
org.dmg.pmml.FieldName columnName)
getFeature in class Scopepublic org.jpmml.converter.Feature resolveFeature(org.dmg.pmml.FieldName name)
resolveFeature in class Scopepublic org.dmg.pmml.FieldName getName()
public List<? extends org.jpmml.converter.Feature> getColumns()
Copyright © 2021. All rights reserved.