Class EvaluationSetRunFieldMetric


  • public final class EvaluationSetRunFieldMetric
    extends java.lang.Object
    • Method Detail

      • getCountTotal

        public java.util.Optional<java.lang.Double> getCountTotal()
        Returns:
        The number of runs that included this field in the schema.
      • getCountPresent

        public java.util.Optional<java.lang.Double> getCountPresent()
        Returns:
        The number of runs where the model produced a non-null value for this field.
      • getCountExpected

        public java.util.Optional<java.lang.Double> getCountExpected()
        Returns:
        The number of runs where an expected value was provided.
      • getCountAccurate

        public java.util.Optional<java.lang.Double> getCountAccurate()
        Returns:
        The number of runs where the extracted value matched the expected value.
      • getAccuracy

        public java.util.Optional<java.lang.Double> getAccuracy()
        Returns:
        Accuracy for this field, computed as countAccurate / countExpected. Omitted when countExpected is 0.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object