Class MatcherSimilarityLatexBasePlotWriter

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

public class MatcherSimilarityLatexBasePlotWriter extends Object
This writer can persist MatcherSimilarity objects in a LaTex graph from the perspective of one particular matcher.
  • Constructor Details

    • MatcherSimilarityLatexBasePlotWriter

      public MatcherSimilarityLatexBasePlotWriter()
  • Method Details

    • write

      public static void write(String baseMatcher, MatcherSimilarity similarityResultInstance, PrintWriter writer)
      Persists a matcher similarity instance as LaTex graph from the perspective of one particular matcher.
      Parameters:
      baseMatcher - Name of the base matcher that shall be used for the calculation.
      similarityResultInstance - Similarity instance that shall be persisted.
      writer - The writer that shall be used to persist the results.
    • write

      public static void write(String baseMatcherName, ConfusionMatrixMetric cm, MatcherSimilarity similarityResultInstance, PrintWriter writer)
      Persists a matcher similarity instance as LaTex graph from the perspective of one particular matcher.
      Parameters:
      baseMatcherName - Name of the base matcher that shall be used for the calculation.
      cm - You can use this parameter to use a previously calculated confusion matrix in order to save execution time..
      similarityResultInstance - Similarity instance that shall be persisted.
      writer - The writer that shall be used to persist the results.