Class MatcherSimilarityLatexHeatMapWriter

java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_eval.visualization.MatcherSimilarityLatexHeatMapWriter

public class MatcherSimilarityLatexHeatMapWriter extends Object
This writer can persist MatcherSimilarity objects in a LaTex Heat Map.
Author:
Sven Hertling
  • Constructor Details

    • MatcherSimilarityLatexHeatMapWriter

      public MatcherSimilarityLatexHeatMapWriter()
  • Method Details

    • write

      public static void write(MatcherSimilarity similarityResultInstance, PrintWriter writer)
      Write LaTex Heatmap of MatcherSimilarity using the given writer.
      Parameters:
      similarityResultInstance - Similarity instance that shall be written.
      writer - Writer that shall be used to write heat map.