public class RichDataField extends org.dmg.pmml.DataField implements HasParsedValueMapping<org.dmg.pmml.Value>
| Constructor and Description |
|---|
RichDataField() |
RichDataField(org.dmg.pmml.DataField dataField) |
| Modifier and Type | Method and Description |
|---|---|
Map<FieldValue,org.dmg.pmml.Value> |
getValueMapping() |
Map<FieldValue,org.dmg.pmml.Value> |
getValueMapping(org.dmg.pmml.DataType dataType,
org.dmg.pmml.OpType opType) |
default FieldValue |
parse(org.dmg.pmml.DataType arg0,
org.dmg.pmml.OpType arg1,
Object arg2) |
default List<FieldValue> |
parseAll(org.dmg.pmml.DataType arg0,
org.dmg.pmml.OpType arg1,
List<?> arg2) |
accept, addExtensions, addIntervals, addValues, getCyclic, getDataType, getDisplayName, getExtensions, getIntervals, getName, getOpType, getTaxonomy, getValues, hasExtensions, hasIntervals, hasValues, setCyclic, setDataType, setDisplayName, setName, setOpType, setTaxonomypublic RichDataField()
public RichDataField(org.dmg.pmml.DataField dataField)
public Map<FieldValue,org.dmg.pmml.Value> getValueMapping()
public Map<FieldValue,org.dmg.pmml.Value> getValueMapping(org.dmg.pmml.DataType dataType, org.dmg.pmml.OpType opType)
getValueMapping in interface HasParsedValueMapping<org.dmg.pmml.Value>public FieldValue parse(org.dmg.pmml.DataType arg0, org.dmg.pmml.OpType arg1, Object arg2)
public List<FieldValue> parseAll(org.dmg.pmml.DataType arg0, org.dmg.pmml.OpType arg1, List<?> arg2)
Copyright © 2018. All rights reserved.