java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.Evaluator
de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.EvaluatorPipeline

public class EvaluatorPipeline extends Evaluator
A basic evaluator that is easy on Memory and prints the performance results per test case in CSV format. No track aggregation is performed. If you are interested in an in-depth analysis (and if you have enough memory), you should use EvaluatorCSV.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • evaluators

      private List<Evaluator> evaluators
  • Constructor Details

  • Method Details