org.dllearner.utilities.experiments
Class TableRowColumn

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

public class TableRowColumn
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class TableRowColumn.Display
           
 
Field Summary
static String latexEnd
           
static String latexSep
           
static boolean useStdDevWithPercentageUnit
           
 
Constructor Summary
TableRowColumn(com.jamonapi.Monitor[] monitors, String experimentName, String label)
           
 
Method Summary
 void deleteAll()
           
 String getExperimentName()
           
 String getGnuPlotEntry(int i)
           
 String getLabel()
           
 String getLatexEntry(int i)
           
static void main(String[] args)
           
 void setDisplay(TableRowColumn.Display d)
           
 int size()
           
 String toGnuPlotRow()
           
 String toGnuPlotRow(int rowNumber)
           
 String toLatexRow()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

useStdDevWithPercentageUnit

public static boolean useStdDevWithPercentageUnit

latexSep

public static String latexSep

latexEnd

public static String latexEnd
Constructor Detail

TableRowColumn

public TableRowColumn(com.jamonapi.Monitor[] monitors,
                      String experimentName,
                      String label)
Method Detail

main

public static void main(String[] args)

deleteAll

public void deleteAll()

toString

public String toString()
Overrides:
toString in class Object

size

public int size()

toLatexRow

public String toLatexRow()

getLabel

public String getLabel()

getExperimentName

public String getExperimentName()

toGnuPlotRow

public String toGnuPlotRow()

toGnuPlotRow

public String toGnuPlotRow(int rowNumber)

getLatexEntry

public String getLatexEntry(int i)

getGnuPlotEntry

public String getGnuPlotEntry(int i)

setDisplay

public void setDisplay(TableRowColumn.Display d)


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