jmetal.experiments.util
Class RBoxplot

java.lang.Object
  extended by jmetal.experiments.util.RBoxplot

public class RBoxplot
extends java.lang.Object

Class for generating results in form of boxplots


Constructor Summary
RBoxplot()
           
 
Method Summary
static void generateScripts(int rows, int cols, java.lang.String[] problems, java.lang.String prefix, boolean notch, Experiment experiment)
          This method produces R scripts for generating eps files containing boxplots of the results previosly obtained.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RBoxplot

public RBoxplot()
Method Detail

generateScripts

public static void generateScripts(int rows,
                                   int cols,
                                   java.lang.String[] problems,
                                   java.lang.String prefix,
                                   boolean notch,
                                   Experiment experiment)
                            throws java.io.IOException
This method produces R scripts for generating eps files containing boxplots of the results previosly obtained. The boxplots will be arranged in a grid of rows x cols. As the number of problems in the experiment can be too high, the @param problems includes a list of the problems to be plotted.

Parameters:
rows -
cols -
problems - List of problem to plot
prefix - Prefix to be added to the names of the R scripts
Throws:
java.io.FileNotFoundException
java.io.IOException