Class ConsoleExperimentsWriter

java.lang.Object
es.upm.fi.cig.multictbnc.writers.performance.MetricsWriter
es.upm.fi.cig.multictbnc.writers.performance.ConsoleExperimentsWriter

public class ConsoleExperimentsWriter extends MetricsWriter
Allows writing the results of the experiments through the standard output stream.
  • Constructor Details

    • ConsoleExperimentsWriter

      public ConsoleExperimentsWriter()
  • Method Details

    • write

      public void write(Map<String,Double> results)
      Description copied from class: MetricsWriter
      Writes the given results. The results are provided as a Map where ke evaluation metric names and values represent their corresponding scores.
      Specified by:
      write in class MetricsWriter
      Parameters:
      results - a Map with the results of the evaluation metrics