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

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

    • MAEMetric

      public MAEMetric()
  • Method Details

    • computeEvalMetric

      public double computeEvalMetric(SimpleSimilarityResult groundTruthResult, SimpleSimilarityResult predictedResult)
      Computes MAE 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:
      MAE
    • 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