| RePrec documentation | view source | Contained in the RePrec distribution. |
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.
plot curve with gnuplot(1). $rpdata and $average are the data for the curves to be displayed. $gnuplot is a hash reference where configuration options for gnuplot can be set. The default settings are:
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).
Write the recall precision data to file(s).
forks of a process and executes therein the command given by @args (list of executable's name and arguments). Displays some proper return status interpretations.
computes the binomial coefficient for $n over $k.
computes faculty of $n.
Yes. Please let me know!
RePrec::Average(3), RePrec(3), perl(1).
Norbert Gövert <goevert@ls6.cs.uni-dortmund.de>
| RePrec documentation | view source | Contained in the RePrec distribution. |