org.dllearner.utilities.experiments
Class Table

java.lang.Object
  extended by org.dllearner.utilities.experiments.Table
All Implemented Interfaces:
Serializable

public class Table
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Table()
           
 
Method Summary
 void addTable(Table t)
          passes each it TableRowColumn one by one to addTableRowColumn
 void addTableRowColumn(TableRowColumn trc)
           
 void addTableRowColumns(List<TableRowColumn> trcs)
          passes it one by one to addTableRowColumn
static Table deserialize(String filename)
           
 String getGnuPlotAsColumn()
           
 String getGnuPlotAsColumn(boolean addNumbersInFront)
           
 String getGnuPlotAsRows()
           
 String getLatexAsColumn()
           
 String getLatexAsColumn(boolean addNumbersInFront)
           
 String getLatexAsRows()
           
static void main(String[] args)
           
 void serialize(String filename)
           
 void sortByExperimentName()
           
 void sortByLabel()
           
 void write(String folder, String fileprefix)
          Writes all possible outputs to the given folder, i.e.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table

public Table()
Method Detail

main

public static void main(String[] args)

addTable

public void addTable(Table t)
passes each it TableRowColumn one by one to addTableRowColumn

Parameters:
t -

addTableRowColumns

public void addTableRowColumns(List<TableRowColumn> trcs)
passes it one by one to addTableRowColumn

Parameters:
trcs -

addTableRowColumn

public void addTableRowColumn(TableRowColumn trc)

getLatexAsRows

public String getLatexAsRows()

getLatexAsColumn

public String getLatexAsColumn()

getLatexAsColumn

public String getLatexAsColumn(boolean addNumbersInFront)

getGnuPlotAsRows

public String getGnuPlotAsRows()

getGnuPlotAsColumn

public String getGnuPlotAsColumn()

getGnuPlotAsColumn

public String getGnuPlotAsColumn(boolean addNumbersInFront)

sortByExperimentName

public void sortByExperimentName()

sortByLabel

public void sortByLabel()

write

public void write(String folder,
                  String fileprefix)
Writes all possible outputs to the given folder, i.e. GNu plot rows and Columns and Latex tables

Parameters:
folder -
fileprefix -

serialize

public void serialize(String filename)

deserialize

public static Table deserialize(String filename)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann