Class SegmentResult

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap

        com.google.common.collect.ForwardingMap.StandardEntrySet, com.google.common.collect.ForwardingMap.StandardKeySet, com.google.common.collect.ForwardingMap.StandardValues
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • 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 a Model from its Output.
      java.util.Map<java.lang.String,​?> getResults()  
      org.dmg.pmml.mining.Segment getSegment()  
      java.util.List<TargetField> getTargetFields()
      Gets the dependent (ie.
      java.lang.Object getTargetValue()  
      java.lang.Number getWeight()  
      • 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 com.google.common.collect.ForwardingObject

        toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Method Detail

      • getModelEvaluator

        protected abstract ModelEvaluator<?> getModelEvaluator()
      • delegate

        public java.util.Map<java.lang.String,​java.lang.Object> delegate()
        Specified by:
        delegate in class com.google.common.collect.ForwardingMap<java.lang.String,​java.lang.Object>
      • getTargetFields

        public java.util.List<TargetField> getTargetFields()
        Description copied from interface: HasResultFields

        Gets the dependent (ie. target in supervised training) fields of a Model from its MiningSchema.

        Specified by:
        getTargetFields in interface HasResultFields
      • 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()