Package org.jpmml.evaluator.mining
Class SegmentResult
-
- All Implemented Interfaces:
Map<String,Object>,HasEntityId,HasResultFields,ResultFeature
public abstract class SegmentResult extends com.google.common.collect.ForwardingMap<String,Object> implements HasEntityId, HasResultFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>delegate()List<OutputField>getOutputFields()Gets the output fields of aModelfrom itsOutput.Map<String,?>getResults()org.dmg.pmml.mining.SegmentgetSegment()List<TargetField>getTargetFields()Gets the target fields of aModelfrom itsMiningSchema.ObjectgetTargetValue()NumbergetWeight()-
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
-
Methods inherited from interface org.jpmml.evaluator.HasEntityId
getEntityId
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
getTargetFields
public List<TargetField> getTargetFields()
Description copied from interface:HasResultFieldsGets the target fields of a
Modelfrom itsMiningSchema.- Specified by:
getTargetFieldsin interfaceHasResultFields
-
getOutputFields
public List<OutputField> getOutputFields()
Description copied from interface:HasResultFieldsGets the output fields of a
Modelfrom itsOutput.- Specified by:
getOutputFieldsin interfaceHasResultFields
-
getTargetValue
public Object getTargetValue()
-
getWeight
public Number getWeight()
-
getSegment
public org.dmg.pmml.mining.Segment getSegment()
-
-