public abstract class SegmentResult extends com.google.common.collect.ForwardingMap<String,Object> implements HasEntityId, HasResultFields
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
delegate() |
protected abstract ModelEvaluator<?> |
getModelEvaluator() |
List<OutputField> |
getOutputFields()
Gets the output fields of a
Model from its Output. |
Map<String,?> |
getResults() |
org.dmg.pmml.mining.Segment |
getSegment() |
List<TargetField> |
getTargetFields()
Gets the dependent (ie. target in supervised training) fields of a
Model from its MiningSchema. |
Object |
getTargetValue() |
Number |
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, waitgetEntityIdcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected abstract ModelEvaluator<?> getModelEvaluator()
public List<TargetField> getTargetFields()
HasResultFields
Gets the dependent (ie. target in supervised training) fields of a Model from its MiningSchema.
getTargetFields in interface HasResultFieldspublic List<OutputField> getOutputFields()
HasResultFields
Gets the output fields of a Model from its Output.
getOutputFields in interface HasResultFieldspublic Object getTargetValue()
public Number getWeight()
public org.dmg.pmml.mining.Segment getSegment()
Copyright © 2021. All rights reserved.