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() |
double |
getWeight() |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 org.dmg.pmml.mining.Segment getSegment()
public String getSegmentId()
public Map<org.dmg.pmml.FieldName,?> getResult()
public org.dmg.pmml.FieldName getTargetFieldName()
Copyright © 2018. All rights reserved.