Module es.upm.fi.cig.multictbnc
Class ConsoleExperimentsWriter
java.lang.Object
es.upm.fi.cig.multictbnc.writers.performance.MetricsWriter
es.upm.fi.cig.multictbnc.writers.performance.ConsoleExperimentsWriter
Allows writing the results of the experiments through the standard output stream.
-
Constructor Summary
-
Method Summary
Methods inherited from class es.upm.fi.cig.multictbnc.writers.performance.MetricsWriter
close, write
-
Constructor Details
-
ConsoleExperimentsWriter
public ConsoleExperimentsWriter()
-
-
Method Details
-
write
Description copied from class:MetricsWriter
Writes the given results. The results are provided as aMap
where ke evaluation metric names and values represent their corresponding scores.- Specified by:
write
in classMetricsWriter
- Parameters:
results
- aMap
with the results of the evaluation metrics
-