java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.Evaluator
de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.visualization.resultspage.ResultsPageHTML

public class ResultsPageHTML extends Evaluator
Results page generator for HTML.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • velocityEngine

      protected org.apache.velocity.app.VelocityEngine velocityEngine
    • resultsPageUtil

      protected ResultsPageUtil resultsPageUtil
    • matcherHorizontal

      protected boolean matcherHorizontal
  • Constructor Details

    • ResultsPageHTML

      public ResultsPageHTML(ExecutionResultSet results, boolean isMicro, boolean matcherHorizontal)
      Constructor
      Parameters:
      results - the execution result set
      isMicro - true means to compute micro, false means macro
      matcherHorizontal - true means horizontal matcher else the matcher represents the columns
    • ResultsPageHTML

      public ResultsPageHTML(ExecutionResultSet results, boolean isMicro)
    • ResultsPageHTML

      public ResultsPageHTML(ExecutionResultSet results)
  • Method Details

    • writeResultsToDirectory

      protected void writeResultsToDirectory(File baseDirectory)
      Specified by:
      writeResultsToDirectory in class Evaluator
    • writeToFile

      public void writeToFile(File htmlFile)
      Writes the HTML content to one file. This includes also the data (csv) which is included in the HTML file. This HTML file can be opened directly by a browser.
      Parameters:
      htmlFile - the file where all html data should be written to