Class MedianAverageErrorMetric

java.lang.Object
de.uni_trier.wi2.procake.utils.eval.metrics.full.MedianAverageErrorMetric
All Implemented Interfaces:
EvalMetric

public class MedianAverageErrorMetric extends Object implements EvalMetric
Author:
Maximilian Hoffmann
  • Constructor Details

    • MedianAverageErrorMetric

      public MedianAverageErrorMetric()
  • Method Details

    • computeEvalMetric

      public double computeEvalMetric(SimpleSimilarityResult groundTruthResult, SimpleSimilarityResult predictedResult)
      Computes Median Average Error for two retrieval results. Normally, this method is used to compare the ground-truth values with the values to test.
      Specified by:
      computeEvalMetric in interface EvalMetric
      Parameters:
      groundTruthResult - ground-truth results
      predictedResult - results to test
      Returns:
      Median Average Error
    • getMetricName

      public String getMetricName()
      Description copied from interface: EvalMetric
      Returns a name for the metric to be identified in any string representations.
      Specified by:
      getMetricName in interface EvalMetric
      Returns:
      the name of the metric