public class SegmentResult extends com.google.common.collect.ForwardingMap<org.dmg.pmml.FieldName,Object> implements HasEntityId
| Constructor and Description |
|---|
SegmentResult(org.dmg.pmml.mining.Segment segment,
String segmentId,
Map<org.dmg.pmml.FieldName,?> result,
org.dmg.pmml.FieldName targetFieldName) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,Object> |
delegate() |
String |
getEntityId()
Gets the
Entity identifier. |
Map<org.dmg.pmml.FieldName,?> |
getResult() |
org.dmg.pmml.mining.Segment |
getSegment() |
String |
getSegmentId() |
org.dmg.pmml.FieldName |
getTargetFieldName() |
Object |
getTargetValue() |
<V> V |
getTargetValue(Class<V> clazz) |
Object |
getTargetValue(org.dmg.pmml.DataType dataType) |
double |
getWeight() |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuespublic String getEntityId()
HasEntityId
Gets the Entity identifier.
getEntityId in interface HasEntityIdpublic Map<org.dmg.pmml.FieldName,Object> delegate()
delegate in class com.google.common.collect.ForwardingMap<org.dmg.pmml.FieldName,Object>public double getWeight()
public Object getTargetValue()
public Object getTargetValue(org.dmg.pmml.DataType dataType)
public <V> V getTargetValue(Class<V> clazz)
public org.dmg.pmml.mining.Segment getSegment()
public String getSegmentId()
public Map<org.dmg.pmml.FieldName,?> getResult()
public org.dmg.pmml.FieldName getTargetFieldName()
Copyright © 2017. All Rights Reserved.