|
RePrec::Tools - Collection of tools for RePrec libraries |
RePrec::Tools - Collection of tools for RePrec(3) libraries
use RePrec::Tools qw(gnuplot system choose fac);
Functions shared between the various RePrec(3) libraries.
style => 'lines' title => 'Recall-Precision' ylabel => 'Precision' xlabel => 'Recall' output => '/tmp/RP' binary => 'gnuplot'
The output parameter gives a prefix name used for files created during the plotting. By default the following files are created: /tmp/RP.dat (holds the data for the curves), /tmp/RP.average.dat (holds the average precision), and /tmp/RP.gp (holds the gnuplot config file).
The binary parameter gives the name of the gnuplot binary. The
terminal parameter selects the gnuplot terminal to use (for
example: postscript eps enhanced 22).
system(@args)fac($n)
Yes. Please let me know!
RePrec::Average(3), RePrec(3), perl(1).
Norbert Gövert <goevert@ls6.cs.uni-dortmund.de>
|
RePrec::Tools - Collection of tools for RePrec libraries |