java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_eval.refinement.ConfidenceRefiner
All Implemented Interfaces:
Refiner

public class ConfidenceRefiner extends Object implements Refiner
  • Field Details

    • confidence

      protected double confidence
  • Constructor Details

    • ConfidenceRefiner

      public ConfidenceRefiner(double confidence)
  • Method Details

    • refine

      public ExecutionResult refine(ExecutionResult toBeRefined)
      Description copied from interface: Refiner
      Create a new refined ExecutionResult from an ExecutionResult. Examples are: only class matches, only non trivial matches etc.
      Specified by:
      refine in interface Refiner
      Parameters:
      toBeRefined - ExecutionResult which should be refined
      Returns:
      a new ExecutionResult which is refined
    • getConfidence

      public double getConfidence()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object