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
Constructors -
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:MetricsWriterWrites the given results. The results are provided as aMapwhere ke evaluation metric names and values represent their corresponding scores.- Specified by:
writein classMetricsWriter- Parameters:
results- aMapwith the results of the evaluation metrics
-