public class ArrayInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.BiMap<Integer,org.dmg.pmml.DataField> |
getDataFields() |
org.dmg.pmml.DataType |
getDataType() |
org.dmg.pmml.DataField |
getElement(int index) |
int |
getIndex(org.dmg.pmml.DataField dataField) |
List<Integer> |
getIndices() |
String |
getName() |
org.dmg.pmml.OpType |
getOpType() |
void |
setElement(int index,
org.dmg.pmml.DataField dataField) |
public ArrayInfo(String name)
public int getIndex(org.dmg.pmml.DataField dataField)
public org.dmg.pmml.DataType getDataType()
public org.dmg.pmml.OpType getOpType()
public org.dmg.pmml.DataField getElement(int index)
public void setElement(int index,
org.dmg.pmml.DataField dataField)
public String getName()
public com.google.common.collect.BiMap<Integer,org.dmg.pmml.DataField> getDataFields()
Copyright © 2022. All rights reserved.