Package org.jpmml.evaluator.mining
Class SegmentResult
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- com.google.common.collect.ForwardingMap<java.lang.String,java.lang.Object>
-
- org.jpmml.evaluator.mining.SegmentResult
-
- All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.Object>,HasEntityId,HasResultFields,ResultFeature
public abstract class SegmentResult extends com.google.common.collect.ForwardingMap<java.lang.String,java.lang.Object> implements HasEntityId, HasResultFields
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>delegate()protected abstract ModelEvaluator<?>getModelEvaluator()java.util.List<OutputField>getOutputFields()Gets the output fields of aModelfrom itsOutput.java.util.Map<java.lang.String,?>getResults()org.dmg.pmml.mining.SegmentgetSegment()java.util.List<TargetField>getTargetFields()Gets the dependent (ie.java.lang.ObjectgetTargetValue()java.lang.NumbergetWeight()-
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jpmml.evaluator.HasEntityId
getEntityId
-
-
-
-
Method Detail
-
getModelEvaluator
protected abstract ModelEvaluator<?> getModelEvaluator()
-
delegate
public java.util.Map<java.lang.String,java.lang.Object> delegate()
- Specified by:
delegatein classcom.google.common.collect.ForwardingMap<java.lang.String,java.lang.Object>
-
getTargetFields
public java.util.List<TargetField> getTargetFields()
Description copied from interface:HasResultFieldsGets the dependent (ie. target in supervised training) fields of a
Modelfrom itsMiningSchema.- Specified by:
getTargetFieldsin interfaceHasResultFields
-
getOutputFields
public java.util.List<OutputField> getOutputFields()
Description copied from interface:HasResultFieldsGets the output fields of a
Modelfrom itsOutput.- Specified by:
getOutputFieldsin interfaceHasResultFields
-
getTargetValue
public java.lang.Object getTargetValue()
-
getWeight
public java.lang.Number getWeight()
-
getSegment
public org.dmg.pmml.mining.Segment getSegment()
-
getResults
public java.util.Map<java.lang.String,?> getResults()
-
-